diff options
| author | 2005-05-18 20:04:47 +0000 | |
|---|---|---|
| committer | 2005-05-18 20:04:47 +0000 | |
| commit | 8c19bdca798cb6ce692f68e17a1d2de4ce9dac61 (patch) | |
| tree | 78c865e3d26fa531f784792a4472bc34c72d2aa9 | |
| parent | stupid sunos check wont run (diff) | |
Fixes to bad filehandle
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1433 e03df62e-2008-0410-955e-edbf42e46eb7
| -rwxr-xr-x | configure | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -438,11 +438,7 @@ sub writefiles { EOF if ($config{OSNAME} =~ /SunOS/) { - print "MOO!\n"; - print FILENAME "#define IS_SOLARIS"; - } - else { - print "NO MOO :( ->'" . $config{OSNAME} . "'\n"; + print FILEHANDLE "#define IS_SOLARIS"; } if ($config{GCCVER} > 3) { print FILEHANDLE "#define GCC3\n"; |
