]> code.delx.au - gnu-emacs/commitdiff
(with_ns): Remove dead code, since OPTION_DEFAULT_OFF means never unset.
authorGlenn Morris <rgm@gnu.org>
Wed, 16 Jul 2008 08:09:53 +0000 (08:09 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 16 Jul 2008 08:09:53 +0000 (08:09 +0000)
ChangeLog
configure.in

index 3885a21dcd22074eaec46092ecf38b1d11478c09..6dce58cba97f36012181ea24ab4b3d3cc84f38f2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2008-07-16  Glenn Morris  <rgm@gnu.org>
 
+       * configure.in (with_kerberos, with_kerberos5, with_hesiod):
+       Fix tests for OPTION_DEFAULT_OFF (variables never unset).
+       (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
+       never unset.
+
        * make-dist: Add nextstep/ directories.
        (src, lib-src): Add .m files.
 
index 9b9789713b31edd1cdd6bb891eb2796bedeaa9fa..e6db75750fceec08a6675a4e559ea1b5534eef0a 100644 (file)
@@ -1241,22 +1241,8 @@ if test "${with_ns}" != no; then
   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