aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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