diff options
| author | Adrian Robert | 2009-10-12 00:36:20 +0000 |
|---|---|---|
| committer | Adrian Robert | 2009-10-12 00:36:20 +0000 |
| commit | c74e0c59f87e5ecf528a4e0bfb69c3f9431e85ac (patch) | |
| tree | 7c2bb0bd9fd438b650237c1c0f7e3ed517703578 | |
| parent | 3d87f118914ff7cdf2cc43a51a4f425d904f372f (diff) | |
| download | emacs-c74e0c59f87e5ecf528a4e0bfb69c3f9431e85ac.tar.gz emacs-c74e0c59f87e5ecf528a4e0bfb69c3f9431e85ac.zip | |
* configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
| -rw-r--r-- | configure.in | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.in b/configure.in index 81f632c13b2..ce18111f8b0 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -1339,14 +1339,6 @@ if test "${with_ns}" != no; then | |||
| 1339 | AC_CHECK_HEADER([AppKit/AppKit.h], [HAVE_NS=yes], | 1339 | AC_CHECK_HEADER([AppKit/AppKit.h], [HAVE_NS=yes], |
| 1340 | [AC_MSG_ERROR([`--with-ns' was specified, but the include | 1340 | [AC_MSG_ERROR([`--with-ns' was specified, but the include |
| 1341 | files are missing or cannot be compiled.])]) | 1341 | files are missing or cannot be compiled.])]) |
| 1342 | NS_HAVE_NSINTEGER=yes | ||
| 1343 | AC_COMPILE_IFELSE([AC_LANG_PROGRAM([#include <Foundation/NSObjCRuntime.h>], | ||
| 1344 | [NSInteger i;])], | ||
| 1345 | ns_have_nsinteger=yes, | ||
| 1346 | ns_have_nsinteger=no) | ||
| 1347 | if test $ns_have_nsinteger = no; then | ||
| 1348 | NS_HAVE_NSINTEGER=no | ||
| 1349 | fi | ||
| 1350 | fi | 1342 | fi |
| 1351 | if test "${HAVE_NS}" = yes; then | 1343 | if test "${HAVE_NS}" = yes; then |
| 1352 | window_system=nextstep | 1344 | window_system=nextstep |