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.2.23~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0b5866e26c452fdded8b02e787a00abc90ba346;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 d1e6f65aa5..5ddf77f321 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