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
f5b30dc9
Commit
f5b30dc9
authored
Oct 16, 2009
by
Adrian Robert
Browse files
(NS_HAVE_NSINTEGER): Back out previous change. (*-apple-darwin*): Add x86_64 architecture.
parent
2640fa86
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
ChangeLog
ChangeLog
+5
-0
configure.in
configure.in
+9
-0
No files found.
ChangeLog
View file @
f5b30dc9
2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
* configure.in (NS_HAVE_NSINTEGER): Back out previous change.
(*-apple-darwin*): Add x86_64 architecture.
2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
* config.guess, config.sub: Updated from master source.
...
...
configure.in
View file @
f5b30dc9
...
...
@@ -456,6 +456,7 @@ dnl see the `changequote' comment above.
case "${canonical}" in
i[3456]86-* ) machine=intel386 ;;
powerpc-* ) machine=macppc ;;
x86_64-* ) machine=amdx86-64 ;;
* ) unported=yes ;;
esac
opsys=darwin
...
...
@@ -1339,6 +1340,14 @@ if test "${with_ns}" != no; then
AC_CHECK_HEADER([AppKit/AppKit.h], [HAVE_NS=yes],
[AC_MSG_ERROR([`--with-ns' was specified, but the include
files are missing or cannot be compiled.])])
NS_HAVE_NSINTEGER=yes
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([#include <Foundation/NSObjCRuntime.h>],
[NSInteger i;])],
ns_have_nsinteger=yes,
ns_have_nsinteger=no)
if test $ns_have_nsinteger = no; then
NS_HAVE_NSINTEGER=no
fi
fi
if test "${HAVE_NS}" = yes; then
window_system=nextstep
...
...
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