]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
stupid sunos check wont run
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 18 May 2005 20:03:41 +0000 (20:03 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 18 May 2005 20:03:41 +0000 (20:03 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1432 e03df62e-2008-0410-955e-edbf42e46eb7

configure

index 2832f5554a8d4740d07e8472d29ccb737ce093d3..a305fc63de43e0577add1fd218cda251951a71b9 100755 (executable)
--- a/configure
+++ b/configure
@@ -438,8 +438,12 @@ sub writefiles {
 EOF
 
   if ($config{OSNAME} =~ /SunOS/) {
+    print "MOO!\n";
     print FILENAME "#define IS_SOLARIS";
   }
+  else {
+    print "NO MOO :( ->'" . $config{OSNAME} . "'\n";
+  }
   if ($config{GCCVER} > 3) {
     print FILEHANDLE "#define GCC3\n";
     print FILEHANDLE "#define GCC34\n";