do not link everything against libcurl...

This commit is contained in:
Christian Grothoff 2016-01-24 15:17:31 +01:00
parent 8f071e2200
commit 76b5350c30

View File

@ -199,6 +199,10 @@ TALER_PLUGIN_LDFLAGS="-export-dynamic -avoid-version -module -no-undefined"
AC_SUBST(TALER_LIB_LDFLAGS)
AC_SUBST(TALER_PLUGIN_LDFLAGS)
CFLAGS_SAVE=$CFLAGS
LDFLAGS_SAVE=$LDFLAGS
LIBS_SAVE="$LIBS"
AM_CONDITIONAL(HAVE_POSTGRESQL, test x$postgres = xtrue)
@ -249,6 +253,10 @@ then
fi
fi
CFLAGS=$CFLAGS_SAVE
LDFLAGS=$LDFLAGS_SAVE
LIBS=$LIBS_SAVE
# should developer logic be compiled (not-for-production code)?
AC_MSG_CHECKING(whether to compile developer logic)