Commit 5cbb47d6 authored by Christophe Massiot's avatar Christophe Massiot

Fixed plug-in compilation on OS X.

parent fb154718
......@@ -474,7 +474,7 @@ AC_CACHE_CHECK([if \$CC accepts -mdynamic-no-pic],
[CFLAGS="${CFLAGS_save} -mdynamic-no-pic"
AC_TRY_COMPILE([],,ac_cv_c_dynamic_no_pic=yes, ac_cv_c_dynamic_no_pic=no)])
if test "x${ac_cv_c_dynamic_no_pic}" != "xno"; then
CFLAGS_OPTIM="${CFLAGS_OPTIM} -mdynamic-no-pic"
CFLAGS_builtins="${CFLAGS_OPTIM} -mdynamic-no-pic"
fi
dnl Check for Darwin plugin linking flags
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment