* configure.ac: Move the OSX 10.6 test.
This commit is contained in:
parent
1c54bb8bbe
commit
290569dcce
2 changed files with 7 additions and 8 deletions
|
@ -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.
|
||||
|
|
11
configure.ac
11
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.
|
||||
|
|
Loading…
Add table
Reference in a new issue