summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2011-05-30 17:35:24 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2011-05-30 17:35:24 +0200
commit90a9bed1878b4adcc32f86f4f4004e1a371bb526 (patch)
tree95d91a63aed375396c472eb8c49d5c0b1462bbde /autogen.sh
parenta07a230c1269dbcf149bbf470b478403a7475801 (diff)
one doesn't need pkg-config on mac
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 6c301aee07a2..6d011becbe2b 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};