[Libreoffice-commits] .: configure.in

Tor Lillqvist tml at kemper.freedesktop.org
Sat May 21 16:27:02 PDT 2011


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

New commits:
commit b5de2269b4f75a0ee03acc810e1210427524b929
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Sun May 22 02:26:48 2011 +0300

    Fix parsing of curl-config --version output

diff --git a/configure.in b/configure.in
index 3e928df..725bb0a 100755
--- a/configure.in
+++ b/configure.in
@@ -4908,7 +4908,7 @@ if test -n "$with_system_curl" -o -n "$with_system_libs" && \
       fi
       CURL_LIBS=`$CURLCONFIG --libs`
       CURL_CFLAGS=`$CURLCONFIG --cflags`
-      curl_version=`$CURLCONFIG --version`
+      curl_version=`$CURLCONFIG --version | $SED -e 's/^libcurl //'`
    fi
 
    AC_MSG_CHECKING([whether libcurl is >= 7.13.1])


More information about the Libreoffice-commits mailing list