diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-19 03:13:23 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-19 03:13:23 +0000 |
commit | 5f661f1ae1a47a093f1e00b31efdccf60f585f90 (patch) | |
tree | 7fd32da7c3c88939cfac3122baa33615dcddb177 /configure | |
parent | 64356d379cc88046c829ad4ea9680220a1d0843c (diff) |
CC fixes
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1450 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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}/; |