From ace8d22dde69ad1314d41b55901751c6c05bd2c3 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 4 Sep 2014 02:12:00 +0200 Subject: whoops MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 98cadbc..b662f13 100755 --- a/configure +++ b/configure @@ -180,7 +180,7 @@ if [ ${os} = w32 ]; then echo 'SO = dll' >&3 echo 'PIC = ' >&3 echo 'SHARED = -mdll' >&3 -elif [ ${os} = os ]; then +elif [ ${os} = osx ]; then echo 'SO = dylib' >&3 echo 'SHARED = -dynamiclib' >&3 echo 'LDSO = ' >&3 -- cgit v1.2.3-70-g09d2