From 66009d7d6586e65f9b681c32ac946d0b637426e0 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 19 May 2005 02:42:25 +0000 Subject: [PATCH] Uname fixes git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1441 e03df62e-2008-0410-955e-edbf42e46eb7 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 913d4950a..0692bd19a 100755 --- 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"; } -- 2.39.2