# HG changeset patch # User Adrian Robert # Date 1255307780 0 # Node ID a8741022610c4852f79b5d0b0c5e567e410d85f0 # Parent 0747c088731fb31b36cfa8260a7b70e1495a2a8a * configure.in (NS_HAVE_NSINTEGER): Remove this test and define. diff -r 0747c088731f -r a8741022610c configure.in --- a/configure.in Mon Oct 12 00:35:54 2009 +0000 +++ b/configure.in Mon Oct 12 00:36:20 2009 +0000 @@ -1339,14 +1339,6 @@ 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 ], - [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