fi
if test x$libcurl_protocol_HTTPS != xyes || test x$libcurl_feature_SSL != xyes; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: silently building without HTTPS support. Requires: libcurl_protocol_https." >&5
-$as_echo "$as_me: WARNING: silently building without HTTPS support. Requires: libcurl_protocol_https." >&2;}
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: silently building without HTTPS support. requires: libcurl_protocol_https." >&5
+$as_echo "$as_me: WARNING: silently building without HTTPS support. requires: libcurl_protocol_https." >&2;}
fi
fi
AC_REVISION($Revision$)
AC_DEFUN(modname,[rlm_rest])
AC_CONFIG_HEADER(config.h)
-m4_include([curl.m4])
+m4_include([libcurl_check_config.m4])
if test x$with_[]modname != xno; then
fi
if test x$libcurl_protocol_HTTPS != xyes || test x$libcurl_feature_SSL != xyes; then
- AC_MSG_WARN([silently building without HTTPS support. Requires: libcurl_protocol_https.])
+ AC_MSG_WARN([silently building without HTTPS support. requires: libcurl_protocol_https.])
fi
fi