diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-18 20:03:41 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-18 20:03:41 +0000 |
commit | ccb32167fcc8614ef577282c73deb0dceaf604c7 (patch) | |
tree | b7bcde26947c917ed9709248d47025c0769c2643 | |
parent | 4e865f22598b6bfa9131fb487af29a1c8a8a1561 (diff) |
stupid sunos check wont run
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1432 e03df62e-2008-0410-955e-edbf42e46eb7
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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"; |