From fa0eff949d7eed47494f630e8154114e00cc57a6 Mon Sep 17 00:00:00 2001 From: Raphael Cohn Date: Tue, 7 Apr 2015 15:18:34 +0100 Subject: [PATCH] Adjusted configure to be more BSD friendly --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index cb841baa..6fad0bf0 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;;