emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs configure.in


From: Adrian Robert
Subject: [Emacs-diffs] emacs configure.in
Date: Mon, 12 Oct 2009 00:36:21 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Adrian Robert <arobert> 09/10/12 00:36:21

Modified files:
        .              : configure.in 

Log message:
        * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/configure.in?cvsroot=emacs&r1=1.608&r2=1.609

Patches:
Index: configure.in
===================================================================
RCS file: /sources/emacs/emacs/configure.in,v
retrieving revision 1.608
retrieving revision 1.609
diff -u -b -r1.608 -r1.609
--- configure.in        17 Sep 2009 06:10:46 -0000      1.608
+++ configure.in        12 Oct 2009 00:36:20 -0000      1.609
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]