+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.
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
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.