Adjusted configure to be more BSD friendly

This commit is contained in:
Raphael Cohn 2015-04-07 15:18:34 +01:00
parent 96debc72f8
commit fa0eff949d

2
configure vendored
View File

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