summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-09-13 17:12:25 +0300
committerTor Lillqvist <tlillqvist@suse.com>2011-09-13 17:12:25 +0300
commit35916905f2292bc30f10b4c60615ab3a0cc12ad1 (patch)
treef4f1fc3b5b88a12e2b6639c1f2a9978d4d3b4ae6 /configure.in
parentmove init into default ctor, and make non-copyable (diff)
downloadcore-35916905f2292bc30f10b4c60615ab3a0cc12ad1.tar.gz
core-35916905f2292bc30f10b4c60615ab3a0cc12ad1.zip
Fix typo: missing dollarsign
Diffstat (limited to 'configure.in')
-rwxr-xr-xconfigure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 20ece15fd2a9..4d5ceedbfcf4 100755
--- a/configure.in
+++ b/configure.in
@@ -5355,7 +5355,7 @@ if test -n "$with_system_curl" -o -n "$with_system_libs" && \
dnl At least the OBS mingw32-libcurl-devel package
dnl comes with a proper .pc file
PKG_CHECK_MODULES(CURL, libcurl,, [:])
- if test -n "CURL_PKG_ERRORS"; then
+ if test -n "$CURL_PKG_ERRORS"; then
AC_MSG_RESULT([no])
else
curl_version=`$PKG_CONFIG --modversion libcurl`