Adjusted configure to be more BSD friendly
This commit is contained in:
parent
96debc72f8
commit
fa0eff949d
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -50,7 +50,7 @@ cpu=
|
||||||
host_os=Linux
|
host_os=Linux
|
||||||
|
|
||||||
# OS specific
|
# OS specific
|
||||||
targetos=`uname -s`
|
targetos=`uname`
|
||||||
case $targetos in
|
case $targetos in
|
||||||
MINGW32*) mingw32=yes; host_os=Windows; ;;
|
MINGW32*) mingw32=yes; host_os=Windows; ;;
|
||||||
DragonFly) noldl=yes;;
|
DragonFly) noldl=yes;;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue