summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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};