[Libreoffice-commits] .: configure.in

Christian Lohmaier cloph at kemper.freedesktop.org
Fri Oct 8 14:27:47 PDT 2010


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

New commits:
commit 75965eb5f9dbba9b0e882c0690f100b60834adfc
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date:   Fri Oct 8 23:26:12 2010 +0200

    sigh still didn't get it right - another breaker-fix

diff --git a/configure.in b/configure.in
index 78bd280..42e70af 100644
--- a/configure.in
+++ b/configure.in
@@ -524,7 +524,7 @@ PKG_CHECK_MODULES( MINIMUM_REQS,
 	have_common=true, have_common=false )
 
 if test "z`uname -s`" = "zDarwin"; then
-    if test -a -d "/Developer/SDKs/MacOSX10.4u.sdk"; then
+    if test -d "/Developer/SDKs/MacOSX10.4u.sdk"; then
         AC_MSG_RESULT([ok])
         have_common="yes"
     else


More information about the Libreoffice-commits mailing list