aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index cb841ba..6fad0bf 100755
--- a/configure
+++ b/configure
@@ -50,7 +50,7 @@ cpu=
host_os=Linux
# OS specific
-targetos=`uname -s`
+targetos=`uname`
case $targetos in
MINGW32*) mingw32=yes; host_os=Windows; ;;
DragonFly) noldl=yes;;