diff options
author | davilla <davilla@svn> | 2010-08-12 07:24:00 +0000 |
---|---|---|
committer | davilla <davilla@svn> | 2010-08-12 07:24:00 +0000 |
commit | f1939e0981463e7eac8ca6592c2ddc2c1c27f316 (patch) | |
tree | 4635579b05f0d58b2cb478c70f15424dbbc5d4be /configure.in | |
parent | 2f712582ad2fdf3e10c08f79677d1503a42a662a (diff) |
[osx] libmicrohttpd, fault attempt to use libgcrypo if present
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32717 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
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]) |