changeset 105566:a8741022610c

* configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
author Adrian Robert <Adrian.B.Robert@gmail.com>
date Mon, 12 Oct 2009 00:36:20 +0000
parents 0747c088731f
children 963474e6d53e
files configure.in
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- 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 <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