Advertisement
Guest User

Untitled

a guest
May 19th, 2014
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.90 KB | None | 0 0
  1. diff --git a/config9.m4 b/config9.m4
  2. index ce63132..24d0fd0 100644
  3. --- a/config9.m4
  4. +++ b/config9.m4
  5. @@ -273,9 +273,12 @@ dnl ----
  6.                         PHP_ADD_INCLUDE($CURL_DIR/include)
  7.                         PHP_ADD_LIBRARY_WITH_PATH(curl, $CURL_DIR/$PHP_LIBDIR, HTTP_SHARED_LIBADD)
  8.                         PHP_EVAL_LIBLINE(`$CURL_CONFIG --libs`, HTTP_SHARED_LIBADD)
  9. -                       if test "x$CURL_SSL" != "x"; then
  10. +                       case "$CURL_SSL"
  11. +                       in
  12. +                       crypto|gcrypt)
  13.                                 PHP_ADD_LIBRARY_WITH_PATH([$CURL_SSL], $CURL_DIR/$PHP_LIBDIR, PHP_HTTP_SHARED_LIBADD)
  14. -                       fi
  15. +                               ;;
  16. +                       esac
  17.                         AC_DEFINE([PHP_HTTP_HAVE_CURL], [1], [Have libcurl support])
  18.                         HTTP_HAVE_A_REQUEST_LIB=true
  19.                 fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement