]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Removed debug output
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Thu, 19 May 2005 02:52:28 +0000 (02:52 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Thu, 19 May 2005 02:52:28 +0000 (02:52 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1447 e03df62e-2008-0410-955e-edbf42e46eb7

configure

index 358510bce1ed8f1ab145675c63e712967546a0d6..6153eb1107e7931f3d42d88dbe99ebe1756c7520 100755 (executable)
--- a/configure
+++ b/configure
@@ -34,12 +34,8 @@ chomp($config{GCCVER}       = `gcc -dumpversion | cut -c 1`);                # Major GCC Ve
 chomp($config{GCC34}        = `gcc -dumpversion | cut -c 3`);                  # Minor GCC Version
 chomp($config{OSNAME}       = `/bin/uname`);                                   # Operating System Name
 
-print "OSN: '" . $config{OSNAME} . "'\n";
-
 if ((!$config{OSNAME}) || ($config{OSNAME} eq "")) {
-  print "Running 2nd uname\n";
   chomp($config{OSNAME} = `/usr/bin/uname`);
-  print "OSN: '" . $config{OSNAME} . "'\n";
   if ((!$config{OSNAME}) || ($config{OSNAME} eq "")){
        $config{OSNAME} = "Unknown";
   }