diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 8df83d5715..a8722c10f7 100644 --- a/configure.in +++ b/configure.in @@ -1938,7 +1938,7 @@ XB_CONFIG_MODULE([lib/libmicrohttpd], [ if test "$host_vendor" = "apple" ; then CFLAGS="$CFLAGS -fno-common" \ CXXFLAGS="$CXXFLAGS -fno-common" \ - ./configure MACOSX_DEPLOYMENT_TARGET=10.4 --with-pic --disable-shared --enable-static + ./configure MACOSX_DEPLOYMENT_TARGET=10.4 --with-pic --disable-shared --enable-static --with-libgcrypt-prefix=/dev/null fi ], [$HOST_NOT_APPLE]) |