Loading configure.ac +9 −0 Original line number Diff line number Diff line Loading @@ -158,6 +158,15 @@ case $host in ;; esac # Determine whether all dependent libraries must be specified when linking if test "X$enable_shared" = "Xyes" -a "X$link_all_deplibs" = "Xno" then REQUIRE_LIB_DEPS=no else REQUIRE_LIB_DEPS=yes fi AC_SUBST(REQUIRE_LIB_DEPS) dnl The install stuff has already been taken care of by the automake stuff dnl AC_PROG_INSTALL AC_PROG_MAKE_SET Loading curl-config.in +6 −2 Original line number Diff line number Diff line Loading @@ -181,7 +181,11 @@ while test $# -gt 0; do ;; --libs) if test "X@REQUIRE_LIB_DEPS@" = "Xyes"; then echo -L@libdir@ -lcurl @LDFLAGS@ @LIBS@ else echo -L@libdir@ -lcurl @LDFLAGS@ fi ;; *) Loading Loading
configure.ac +9 −0 Original line number Diff line number Diff line Loading @@ -158,6 +158,15 @@ case $host in ;; esac # Determine whether all dependent libraries must be specified when linking if test "X$enable_shared" = "Xyes" -a "X$link_all_deplibs" = "Xno" then REQUIRE_LIB_DEPS=no else REQUIRE_LIB_DEPS=yes fi AC_SUBST(REQUIRE_LIB_DEPS) dnl The install stuff has already been taken care of by the automake stuff dnl AC_PROG_INSTALL AC_PROG_MAKE_SET Loading
curl-config.in +6 −2 Original line number Diff line number Diff line Loading @@ -181,7 +181,11 @@ while test $# -gt 0; do ;; --libs) if test "X@REQUIRE_LIB_DEPS@" = "Xyes"; then echo -L@libdir@ -lcurl @LDFLAGS@ @LIBS@ else echo -L@libdir@ -lcurl @LDFLAGS@ fi ;; *) Loading