Loading configure.ac +5 −0 Original line number Diff line number Diff line Loading @@ -3350,6 +3350,11 @@ dnl yes or no ENABLE_SHARED="$enable_shared" AC_SUBST(ENABLE_SHARED) dnl to let curl-config output the static libraries correctly ENABLE_STATIC="$enable_static" AC_SUBST(ENABLE_STATIC) dnl dnl For keeping supported features and protocols also in pkg-config file dnl since it is more cross-compile friendly than curl-config Loading curl-config.in +6 −1 Original line number Diff line number Diff line Loading @@ -155,7 +155,12 @@ while test $# -gt 0; do ;; --static-libs) if test "X@ENABLE_STATIC@" != "Xno" ; then echo @libdir@/libcurl.@libext@ @LDFLAGS@ @LIBCURL_LIBS@ else echo "curl was built with static libraries disabled" >&2 exit 1 fi ;; --configure) Loading Loading
configure.ac +5 −0 Original line number Diff line number Diff line Loading @@ -3350,6 +3350,11 @@ dnl yes or no ENABLE_SHARED="$enable_shared" AC_SUBST(ENABLE_SHARED) dnl to let curl-config output the static libraries correctly ENABLE_STATIC="$enable_static" AC_SUBST(ENABLE_STATIC) dnl dnl For keeping supported features and protocols also in pkg-config file dnl since it is more cross-compile friendly than curl-config Loading
curl-config.in +6 −1 Original line number Diff line number Diff line Loading @@ -155,7 +155,12 @@ while test $# -gt 0; do ;; --static-libs) if test "X@ENABLE_STATIC@" != "Xno" ; then echo @libdir@/libcurl.@libext@ @LDFLAGS@ @LIBCURL_LIBS@ else echo "curl was built with static libraries disabled" >&2 exit 1 fi ;; --configure) Loading