diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-18 19:57:33 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-18 19:57:33 +0000 |
commit | fb39fcf822c5d0a06aab2e7c476360664d235f01 (patch) | |
tree | 07ca7a0ecbba43564d1c43986332ca0e3dd15c8b | |
parent | 004335d118c65662e406ded71ab2842af330029e (diff) |
Fix to minor typo in solaris stuff
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1430 e03df62e-2008-0410-955e-edbf42e46eb7
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -437,7 +437,7 @@ sub writefiles { #define MAXBUF 514 EOF - if ($config{OSNAME} eq "SunOS") + if ($config{OSNAME} eq "SunOS") { print FILENAME "#define IS_SOLARIS"; } if ($config{GCCVER} > 3) { |