]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.ac: Move the OSX 10.6 test.
authorJan Djärv <jan.h.d@swipnet.se>
Wed, 15 Oct 2014 17:42:05 +0000 (19:42 +0200)
committerJan Djärv <jan.h.d@swipnet.se>
Wed, 15 Oct 2014 17:42:05 +0000 (19:42 +0200)
ChangeLog
configure.ac

index 57073ac2d2364dca674ec19e806541f15c837aa0..091ab2b62ec9421e9faa0c4b4e18bff4a0c38994 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-10-15  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * configure.ac: Move the OSX 10.6 test.
+
 2014-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * .bzrignore: Add uni-brackets.el.
index 9757e4ff205afdd5420705405a8651878beb0701..e833e4fb808238fa867ab634fab3e082b52be516 100644 (file)
@@ -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.