]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Frigging thing
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Thu, 19 May 2005 02:46:22 +0000 (02:46 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Thu, 19 May 2005 02:46:22 +0000 (02:46 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1443 e03df62e-2008-0410-955e-edbf42e46eb7

configure

index 49d0bd2965dd3e1262a0c3c3ec1c1be6170e0755..8d97ab868caf9ea4cc78389d5a1ee8f853da4f30 100755 (executable)
--- a/configure
+++ b/configure
@@ -32,12 +32,12 @@ $config{USE_EPOLL}          = "y";                                          # epoll enabled
 chomp($config{MAX_CLIENT_T} = `sh -c \"ulimit -n\"`);                          # FD Limit
 chomp($config{GCCVER}       = `gcc -dumpversion | cut -c 1`);                  # Major GCC Version
 chomp($config{GCC34}        = `gcc -dumpversion | cut -c 3`);                  # Minor GCC Version
-chomp($config{OSNAME}       = `/bin/uname -s`);                                # Operating System Name
+chomp($config{OSNAME}       = `/bin/uname`);                                   # Operating System Name
 
 print "OSN: '" . $config{OSNAME} . "'\n";
 
 if (!$config{OSNAME}) {
-  chomp($config{OSNAME}       = `/usr/bin/uname -s`);
+  chomp($config{OSNAME} = `/usr/bin/uname`);
   if ($config{OSNAME}) {
        $config{OSNAME} = "Unknown";
   }