Output required libcurl version
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 25 Feb 2013 16:43:59 +0000 (11:43 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 25 Feb 2013 16:43:59 +0000 (11:43 -0500)
src/modules/rlm_rest/configure
src/modules/rlm_rest/configure.in

index 98c558d..1068936 100755 (executable)
@@ -3259,7 +3259,7 @@ _ACEOF
 
 
        if test "x$libcurl_cv_lib_version_ok" != "xyes"; then
-               fail="$fail libcurl too old"
+               fail="$fail libcurl >= 7.19.2"
        elif test "x$libcurl_cv_lib_curl_usable" != "xyes"; then
                fail="$fail libcurl"
        else
index 0fa48f4..a7ad824 100644 (file)
@@ -21,7 +21,7 @@ if test x$with_[]modname != xno; then
        LIBCURL_CHECK_CONFIG([], [7.19.1])
 
        if test "x$libcurl_cv_lib_version_ok" != "xyes"; then 
-               fail="$fail libcurl too old"
+               fail="$fail libcurl >= 7.19.2"
        elif test "x$libcurl_cv_lib_curl_usable" != "xyes"; then
                fail="$fail libcurl"
        else