# HG changeset patch # User Glenn Morris # Date 1216195628 0 # Node ID c1059cece4e3e1644ae7a6975e8e40a0774e90d6 # Parent 1e0b67e40d480fdb7ef084222de954df5f3c6487 (with_ns): Remove dead code, since OPTION_DEFAULT_OFF means never unset. diff -r 1e0b67e40d48 -r c1059cece4e3 configure.in --- 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