[Libreoffice-commits] .: configure.in

Tor Lillqvist tml at kemper.freedesktop.org
Tue Sep 13 07:14:29 PDT 2011


 configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 35916905f2292bc30f10b4c60615ab3a0cc12ad1
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Tue Sep 13 17:12:25 2011 +0300

    Fix typo: missing dollarsign

diff --git a/configure.in b/configure.in
index 20ece15..4d5ceed 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`


More information about the Libreoffice-commits mailing list