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

configure

index 913d4950aadb9cd65f71a2f83e0534f66e86ddf4..0692bd19a1f91b811eaafd767046e7b12eaa14d9 100755 (executable)
--- a/configure
+++ b/configure
@@ -35,7 +35,7 @@ chomp($config{GCC34}        = `gcc -dumpversion | cut -c 3`);                 # Minor GCC Ve
 chomp($config{OSNAME}       = `/bin/uname -s`);                                # Operating System Name
 
 if (!$config{OSNAME}) {
-  chomp($config{OSNAME}       = `uname -s`);
+  chomp($config{OSNAME}       = `/usr/bin/uname -s`);
   if (!$config{OSNAME}) {
        $config{OSNAME} = "Unknown";
   }