aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-09-04 02:12:00 +0200
committerMattias Andrée <maandree@operamail.com>2014-09-04 02:12:00 +0200
commitace8d22dde69ad1314d41b55901751c6c05bd2c3 (patch)
treeac1d5dd4af0f848ee116fb45855111e629341d25 /configure
parentupdate dist (diff)
downloadlibgamma-ace8d22dde69ad1314d41b55901751c6c05bd2c3.tar.gz
libgamma-ace8d22dde69ad1314d41b55901751c6c05bd2c3.tar.bz2
libgamma-ace8d22dde69ad1314d41b55901751c6c05bd2c3.tar.xz
whoops0.4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'configure')
-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