Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
290569dc
Commit
290569dc
authored
Oct 15, 2014
by
Jan Djärv
Browse files
* configure.ac: Move the OSX 10.6 test.
parent
1c54bb8b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
8 deletions
+7
-8
ChangeLog
ChangeLog
+4
-0
configure.ac
configure.ac
+3
-8
No files found.
ChangeLog
View file @
290569dc
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.
...
...
configure.ac
View file @
290569dc
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment