We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0691221 commit 0d2d01bCopy full SHA for 0d2d01b
configure.ac
@@ -224,6 +224,14 @@ AC_ARG_ENABLE(mlogc,
224
[
225
build_mlogc=1
226
])
227
+
228
+CHECK_CURL()
229
230
+if test -z "${CURL_VERSION}"; then
231
+ AC_MSG_NOTICE([NOTE: mlgoc compilation was disabled.])
232
+ build_mlogc=0
233
+fi
234
235
AM_CONDITIONAL([BUILD_MLOGC], [test "$build_mlogc" -eq 1])
236
if test "$build_mlogc" -eq 1; then
237
TOPLEVEL_SUBDIRS="$TOPLEVEL_SUBDIRS mlogc"
@@ -695,7 +703,7 @@ fi
695
703
CHECK_LIBXML2()
696
704
CHECK_LUA()
697
705
#if test "$build_mlogc" -ne 0; then
698
-CHECK_CURL()
706
+#CHECK_CURL()
699
707
#fi
700
708
701
709
# Check for YAJL libs (for JSON body processor)
0 commit comments