[Libreoffice-commits] .: autogen.sh

Christian Lohmaier cloph at kemper.freedesktop.org
Mon May 30 08:30:52 PDT 2011


 autogen.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dd546de02101a5a5f5458d94d2ee81bfba94a9cd
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date:   Mon May 30 17:35:24 2011 +0200

    one doesn't need pkg-config on mac

diff --git a/autogen.sh b/autogen.sh
index 48a03aa..8054577 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -116,7 +116,7 @@ system ("touch ChangeLog");
 my $system = `uname -s`;
 chomp $system;
 
-sanity_checks ($system);
+sanity_checks ($system) unless($system eq 'Darwin');
 
 my $aclocal_flags = $ENV{ACLOCAL_FLAGS};
 


More information about the Libreoffice-commits mailing list