From: Brian West Date: Wed, 12 Mar 2014 18:13:30 +0000 (-0500) Subject: FS-3630: --static is not actually a valid option X-Git-Tag: v1.5.11~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12bc3828ee82cafa2822e131fa2981f6f21164ae;p=thirdparty%2Ffreeswitch.git FS-3630: --static is not actually a valid option --- diff --git a/build/config/libcurl.m4 b/build/config/libcurl.m4 index c7b5daaa74..453059dd5d 100644 --- a/build/config/libcurl.m4 +++ b/build/config/libcurl.m4 @@ -97,7 +97,7 @@ AC_DEFUN([LIBCURL_CHECK_CONFIG], LIBCURL_CPPFLAGS=`$_libcurl_config --cflags` fi if test x"$LIBCURL" = "x" ; then - LIBCURL=`$_libcurl_config --libs --static` + LIBCURL=`$_libcurl_config --libs` # This is so silly, but Apple actually has a bug in their # curl-config script. Fixed in Tiger, but there are still