From 3a3afcb1195bc37ccfd27dc8a2caf7664a98297f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 14 Aug 2015 14:44:01 +0200 Subject: also build mint-lib if we only have libgnurl --- src/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 888cbabf1..0d1d4572f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -10,6 +10,10 @@ else SUBDIRS = include util $(PQ_DIR) mintdb mint mint-tools if HAVE_LIBCURL SUBDIRS += mint-lib +else +if HAVE_LIBGNURL + SUBDIRS += mint-lib +endif endif endif -- cgit v1.2.3