configure, util-src/Makefile: Move OS X deployment flag to an C compiler argument...
[prosody.git] / configure
index 53ee375775b78f715aa385ff1f3b2a5735d93bc4..6a2b57f531e6567fdae6647a2b9bb8c21f8f4d1e 100755 (executable)
--- a/configure
+++ b/configure
@@ -112,6 +112,7 @@ do
        LUA_INCDIR_SET=yes
        LUA_LIBDIR=/usr/local/lib
        LUA_LIBDIR_SET=yes
+       CFLAGS="$CFLAGS -mmacosx-version-min=10.3"
        LDFLAGS="-bundle -undefined dynamic_lookup"
        fi
       if [ "$OSTYPE" = "linux" ]; then