From: Jan Djärv Date: Wed, 15 Oct 2014 17:42:05 +0000 (+0200) Subject: * configure.ac: Move the OSX 10.6 test. X-Git-Tag: emacs-25.0.90~2635^2~679^2~44 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=290569dcced88403d132fc98e45210bed49baa38;p=emacs.git * configure.ac: Move the OSX 10.6 test. --- diff --git a/ChangeLog b/ChangeLog index 57073ac2d23..091ab2b62ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-10-15 Jan Djärv + + * configure.ac: Move the OSX 10.6 test. + 2014-10-15 Stefan Monnier * .bzrignore: Add uni-brackets.el. diff --git a/configure.ac b/configure.ac index 9757e4ff205..e833e4fb808 100644 --- a/configure.ac +++ b/configure.ac @@ -561,6 +561,9 @@ case "${canonical}" in x86_64-* ) ;; * ) unported=yes ;; esac + case "$canonical" in + *-apple-darwin[0-9].*) unported=yes ;; + esac opsys=darwin ## Use fink packages if available. ## FIXME find a better way to do this: http://debbugs.gnu.org/11507 @@ -705,14 +708,6 @@ If you think it should, please send a report to ${PACKAGE_BUGREPORT}. Check `etc/MACHINES' for recognized configuration names.]) fi -case "$canonical" in - *-apple-darwin* ) - x="`uname -r`" - case "$x" in - [[0-9]].*) AC_MSG_ERROR([OSX 10.6 or later required]) ;; - esac -esac - #### Choose a compiler. dnl Don't bother to test for C89.