summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-05-18 20:03:41 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-05-18 20:03:41 +0000
commitccb32167fcc8614ef577282c73deb0dceaf604c7 (patch)
treeb7bcde26947c917ed9709248d47025c0769c2643 /configure
parent4e865f22598b6bfa9131fb487af29a1c8a8a1561 (diff)
stupid sunos check wont run
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1432 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 2832f5554..a305fc63d 100755
--- 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";