summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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";
}