]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Move m4 includes for rlm_rest
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 24 Nov 2012 15:23:12 +0000 (15:23 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 24 Nov 2012 15:23:12 +0000 (15:23 +0000)
src/modules/rlm_rest/configure
src/modules/rlm_rest/configure.in
src/modules/rlm_rest/m4/libcurl_check_config.m4 [moved from src/modules/rlm_rest/curl.m4 with 100% similarity]

index 76b234e0d76e9a2950569bbc44e200cccfd0a5dd..8a5e6e42de04ac264c8cbaf02689492cecd632ba 100755 (executable)
@@ -3456,8 +3456,8 @@ _ACEOF
                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
 
index 06493493dbe2f343ef87aa5b09ca33fdd5277b0e..1760c6b6f1aee724e6e2b3d3c501b76331a04503 100644 (file)
@@ -3,7 +3,7 @@ AC_INIT(rlm_rest.c)
 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
 
@@ -24,7 +24,7 @@ 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