mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
* configure.ac: Require OSX >= 10.6 even if --with-ns is not given.
This commit is contained in:
parent
bb75cdf9c7
commit
980d78b358
@ -1,6 +1,7 @@
|
||||
2014-10-14 Jan Djärv <jan.h.d@swipnet.se>
|
||||
|
||||
* configure.ac: apple-darwin powerpc is unported.
|
||||
Require OSX >= 10.6 even if --with-ns is not given.
|
||||
|
||||
2014-10-12 Ken Brown <kbrown@cornell.edu>
|
||||
|
||||
|
@ -705,6 +705,13 @@ 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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user