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;;