projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
b46113b
)
- minimum required curl versions curl-config doesn't understand --features
author
Michael Wallner
<mike@php.net>
Sun, 21 Jan 2007 17:42:37 +0000
(17:42 +0000)
committer
Michael Wallner
<mike@php.net>
Sun, 21 Jan 2007 17:42:37 +0000
(17:42 +0000)
config9.m4
patch
|
blob
|
history
diff --git
a/config9.m4
b/config9.m4
index c154ed05b690a441332f1977ee2635a496cfd0f5..9a0cda368d89d7458562fbddb496624eebf7a417 100644
(file)
--- a/
config9.m4
+++ b/
config9.m4
@@
-177,7
+177,7
@@
dnl ----
CURL_LIBS=`$CURL_CONFIG --libs`
AC_MSG_CHECKING([for SSL support in libcurl])
- CURL_SSL=`$CURL_CONFIG --feature
s
| $EGREP SSL`
+ CURL_SSL=`$CURL_CONFIG --feature | $EGREP SSL`
if test "$CURL_SSL" = "SSL"; then
AC_MSG_RESULT([yes])
AC_DEFINE([HTTP_HAVE_SSL], [1], [ ])