We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 203e85e commit d6366d1Copy full SHA for d6366d1
build/find_curl.m4
@@ -54,7 +54,7 @@ if test -n "${curl_path}"; then
54
CURL_CONFIG="${curl_path}/${CURL_CONFIG}"
55
fi
56
AC_MSG_RESULT([${CURL_CONFIG}])
57
- CURL_VERSION=`${CURL_CONFIG} --version | sed 's/^[[^0-9]][[^[:space:]]][[^[:space:]]]*[[[:space:]]]*//'`
+ CURL_VERSION=`${CURL_CONFIG} --version | sed 's/^[[^0-9]][[^[:space:]]][[^[:space:]]]*[[[:space:]]]*//' | tr '\r\n' ' '`
58
if test "$verbose_output" -eq 1; then AC_MSG_NOTICE(curl VERSION: $CURL_VERSION); fi
59
CURL_CFLAGS="`${CURL_CONFIG} --cflags`"
60
if test "$verbose_output" -eq 1; then AC_MSG_NOTICE(curl CFLAGS: $CURL_CFLAGS); fi
0 commit comments