diff configure.in @ 96733:c1059cece4e3

(with_ns): Remove dead code, since OPTION_DEFAULT_OFF means never unset.
author Glenn Morris <rgm@gnu.org>
date Wed, 16 Jul 2008 08:07:08 +0000
parents 79339db0a32f
children 9697a5f0281d
line wrap: on
line diff
--- a/configure.in	Wed Jul 16 08:06:18 2008 +0000
+++ b/configure.in	Wed Jul 16 08:07:08 2008 +0000
@@ -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