]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Fixes to bad filehandle
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 18 May 2005 20:04:47 +0000 (20:04 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 18 May 2005 20:04:47 +0000 (20:04 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1433 e03df62e-2008-0410-955e-edbf42e46eb7

configure

index a305fc63de43e0577add1fd218cda251951a71b9..0503f6008183c6d278135a1b5196a900ecad4b4f 100755 (executable)
--- a/configure
+++ b/configure
@@ -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";