[sword-svn] r3829 - trunk/tests
scribe at crosswire.org
scribe at crosswire.org
Fri Dec 4 16:51:37 EST 2020
Author: scribe
Date: 2020-12-04 16:51:37 -0500 (Fri, 04 Dec 2020)
New Revision: 3829
Modified:
trunk/tests/Makefile.am
Log:
fixed makefile to conditionally compile httptest only if curl is available
Modified: trunk/tests/Makefile.am
===================================================================
--- trunk/tests/Makefile.am 2020-11-24 23:15:44 UTC (rev 3828)
+++ trunk/tests/Makefile.am 2020-12-04 21:51:37 UTC (rev 3829)
@@ -12,9 +12,12 @@
compnone complzss localetest introtest indextest \
configtest keycast romantest testblocks filtertest \
rawldidxtest lextest swaptest swbuftest xmltest \
- webiftest striptest ldtest osistest bibliotest \
- httptest
+ webiftest striptest ldtest osistest bibliotest
+if WITHCURL
+noinst_PROGRAMS += httptest
+endif
+
if HAVE_ICU
ICUPROG = icutest translittest tlitmgrtest
else
More information about the sword-cvs
mailing list