summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-29 14:28:38 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-29 14:28:38 +0100
commitefe2ae3d1e13d0e1aa188503e030d481cebcc5c1 (patch)
tree993eb318333ce581c4ea3acde4405ccd2f9dca92
parentcc4a95b06d73b040d6f7f2838569a35d1e933057 (diff)
downloadmerchant-efe2ae3d1e13d0e1aa188503e030d481cebcc5c1.tar.gz
merchant-efe2ae3d1e13d0e1aa188503e030d481cebcc5c1.tar.bz2
merchant-efe2ae3d1e13d0e1aa188503e030d481cebcc5c1.zip
do not generate static libs
-rw-r--r--configure.ac9
1 files changed, 8 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d381632a..837c33cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,8 +14,15 @@ AM_INIT_AUTOMAKE([subdir-objects 1.9 tar-pax])
AM_SILENT_RULES([yes])
AC_CONFIG_MACRO_DIR([m4])
+AC_PROG_AWK
+AC_PROG_CC_C99
+AC_PROG_OBJC
+AC_PROG_INSTALL
+AC_PROG_LN_S
+AC_PROG_MAKE_SET
+AM_PROG_CC_C_O
-LT_INIT
+LT_INIT([disable-static dlopen])
DX_INIT_DOXYGEN([taler-merchant],,,
DX_PS_FEATURE(OFF),