From 5f661f1ae1a47a093f1e00b31efdccf60f585f90 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 19 May 2005 03:13:23 +0000 Subject: [PATCH] CC fixes git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1450 e03df62e-2008-0410-955e-edbf42e46eb7 --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index fa5b96bcc..a7106b50f 100755 --- a/configure +++ b/configure @@ -509,6 +509,7 @@ EOF } close(FILEHANDLE); + $tmp =~ s/\@CC\@/$config{CC}/; $tmp =~ s/\@MAKEPROG\@/$config{MAKEPROG}/; $tmp =~ s/\@FLAGS\@/$config{FLAGS}/; $tmp =~ s/\@LDLIBS\@/$config{LDLIBS}/; -- 2.39.5