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:
5f80247
)
* MFB
author
Michael Wallner
<mike@php.net>
Wed, 9 Feb 2005 17:00:29 +0000
(17:00 +0000)
committer
Michael Wallner
<mike@php.net>
Wed, 9 Feb 2005 17:00:29 +0000
(17:00 +0000)
config.m4
patch
|
blob
|
history
diff --git
a/config.m4
b/config.m4
index ae3f25812c96bb6ccd993865a9f2abb8194da6cd..037d0f90be7d75921684945fda459e1b49f774a9 100644
(file)
--- a/
config.m4
+++ b/
config.m4
@@
-33,10
+33,10
@@
dnl ----
CURL_CONFIG="curl-config"
- if ${CURL_DIR}/bin/curl-config --libs
print
> /dev/null 2>&1; then
+ if ${CURL_DIR}/bin/curl-config --libs > /dev/null 2>&1; then
CURL_CONFIG=${CURL_DIR}/bin/curl-config
else
- if ${CURL_DIR}/curl-config --libs
print
> /dev/null 2>&1; then
+ if ${CURL_DIR}/curl-config --libs > /dev/null 2>&1; then
CURL_CONFIG=${CURL_DIR}/curl-config
fi
fi