diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-18 20:04:47 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-18 20:04:47 +0000 |
commit | 8c19bdca798cb6ce692f68e17a1d2de4ce9dac61 (patch) | |
tree | 78c865e3d26fa531f784792a4472bc34c72d2aa9 | |
parent | ccb32167fcc8614ef577282c73deb0dceaf604c7 (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"; |