[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/configure.in,v
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] Changes to emacs/configure.in,v |
Date: |
Wed, 16 Jul 2008 08:07:08 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Glenn Morris <gm> 08/07/16 08:07:08
Index: configure.in
===================================================================
RCS file: /sources/emacs/emacs/configure.in,v
retrieving revision 1.542
retrieving revision 1.543
diff -u -b -r1.542 -r1.543
--- configure.in 16 Jul 2008 07:55:50 -0000 1.542
+++ configure.in 16 Jul 2008 08:07:08 -0000 1.543
@@ -1241,22 +1241,8 @@
fi
AC_CHECK_HEADER(AppKit/AppKit.h, HAVE_NS=yes)
fi
-if test "${window_system}" = x11 && test "${HAVE_NS}" = yes; then
- if test "${with_ns+set}" != set \
- && test "${ns_appdir_x+set}" != set; then
- HAVE_NS=no
- fi
-fi
-
-if test "${window_system}" = mac && test "${HAVE_NS}" = yes; then
- if test "${with_ns+set}" != set \
- && test "${ns_appdir_x+set}" != set; then
- HAVE_NS=no
- else
- HAVE_CARBON=no
- fi
-fi
if test "${HAVE_NS}" = yes; then
+ test "${window_system}" = mac && HAVE_CARBON=no
window_system=nextstep
with_xft=no
with_freetype=no
- [Emacs-diffs] Changes to emacs/configure.in,v, Glenn Morris, 2008/07/04
- [Emacs-diffs] Changes to emacs/configure.in,v, Dan Nicolaescu, 2008/07/09
- [Emacs-diffs] Changes to emacs/configure.in,v, Dan Nicolaescu, 2008/07/10
- [Emacs-diffs] Changes to emacs/configure.in,v, Adrian Robert, 2008/07/15
- [Emacs-diffs] Changes to emacs/configure.in,v, Dan Nicolaescu, 2008/07/16
- [Emacs-diffs] Changes to emacs/configure.in,v, Glenn Morris, 2008/07/16
- [Emacs-diffs] Changes to emacs/configure.in,v,
Glenn Morris <=
- [Emacs-diffs] Changes to emacs/configure.in,v, Adrian Robert, 2008/07/16
- [Emacs-diffs] Changes to emacs/configure.in,v, Stefan Monnier, 2008/07/16
- [Emacs-diffs] Changes to emacs/configure.in,v, Adrian Robert, 2008/07/17
- [Emacs-diffs] Changes to emacs/configure.in,v, Adrian Robert, 2008/07/19
- [Emacs-diffs] Changes to emacs/configure.in,v, Dan Nicolaescu, 2008/07/23
- [Emacs-diffs] Changes to emacs/configure.in,v, Chong Yidong, 2008/07/25
- [Emacs-diffs] Changes to emacs/configure.in,v, Dan Nicolaescu, 2008/07/27
- [Emacs-diffs] Changes to emacs/configure.in,v, Dan Nicolaescu, 2008/07/30
- [Emacs-diffs] Changes to emacs/configure.in,v, Dan Nicolaescu, 2008/07/30