emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs configure.in ChangeLog


From: Adrian Robert
Subject: [Emacs-diffs] emacs configure.in ChangeLog
Date: Fri, 16 Oct 2009 03:08:41 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Adrian Robert <arobert> 09/10/16 03:08:41

Modified files:
        .              : configure.in ChangeLog 

Log message:
        (NS_HAVE_NSINTEGER): Back out previous change.  (*-apple-darwin*): Add 
x86_64 architecture.

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

Patches:
Index: configure.in
===================================================================
RCS file: /sources/emacs/emacs/configure.in,v
retrieving revision 1.609
retrieving revision 1.610
diff -u -b -r1.609 -r1.610
--- configure.in        12 Oct 2009 00:36:20 -0000      1.609
+++ configure.in        16 Oct 2009 03:08:41 -0000      1.610
@@ -456,6 +456,7 @@
     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 @@
   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

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/ChangeLog,v
retrieving revision 1.857
retrieving revision 1.858
diff -u -b -r1.857 -r1.858
--- ChangeLog   14 Oct 2009 06:10:19 -0000      1.857
+++ ChangeLog   16 Oct 2009 03:08:41 -0000      1.858
@@ -1,3 +1,8 @@
+2009-10-15  Adrian Robert  <address@hidden>
+
+       * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
+       (*-apple-darwin*): Add x86_64 architecture.
+
 2009-10-14  Dan Nicolaescu  <address@hidden>
 
        * config.guess, config.sub: Updated from master source.




reply via email to

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