[Libreoffice-commits] .: configure.in
Tor Lillqvist
tml at kemper.freedesktop.org
Sun Jun 5 01:41:59 PDT 2011
configure.in | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 0ddc8546b7039109536fc0ce9560cc97817b73a3
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Sun Jun 5 11:37:31 2011 +0300
Hopefully unbreak build on MacOSX 10.4 PPC
It apparently doesn't have curl-config in
/Developer/SDKs/MacOSX10.4u.sdk/usr/bin, in fact no usr/bin in the
10.4 SDK at all. (The 10.4u SDK on Intel does have it.) Which is a bit
weird, I thought that SDK was supposed to be "universal" and the same
for both ppc and x86. But oh well, I will when necessary just set
CURLCONFIG in the environment when running configure then.
diff --git a/configure.in b/configure.in
index 2e11705..a05bb6d 100755
--- a/configure.in
+++ b/configure.in
@@ -4978,8 +4978,6 @@ if test -n "$with_system_curl" -o -n "$with_system_libs" && \
AC_MSG_RESULT([external])
SYSTEM_CURL=YES
- test $_os = Darwin && CURLCONFIG=/Developer/SDKs/MacOSX10.4u.sdk/usr/bin/curl-config
-
curl_version=""
if test "$cross_compiling" = "yes"; then
dnl At least the OBS mingw32-libcurl-devel package
More information about the Libreoffice-commits
mailing list