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.
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