Skip to content

Commit

Permalink
Output required libcurl version
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Feb 25, 2013
1 parent c7fa7e2 commit 257c739
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/modules/rlm_rest/configure
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/modules/rlm_rest/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 257c739

Please sign in to comment.