diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-09-13 17:12:25 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-09-13 17:12:25 +0300 |
commit | 35916905f2292bc30f10b4c60615ab3a0cc12ad1 (patch) | |
tree | f4f1fc3b5b88a12e2b6639c1f2a9978d4d3b4ae6 | |
parent | 006b71d4e9caebb9a0f76688f129b490aa778188 (diff) |
Fix typo: missing dollarsign
-rwxr-xr-x | configure.in | 2 |
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` |