1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-23 11:36:09 +00:00

FS-3630: --static is not actually a valid option

This commit is contained in:
Brian West 2014-03-12 13:13:30 -05:00
parent 40c56c621a
commit 12bc3828ee

@ -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