comparison 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
comparison
equal deleted inserted replaced
96732:1e0b67e40d48 96733:c1059cece4e3
1239 REAL_CFLAGS="$REAL_CFLAGS -I${GNUSTEP_SYSTEM_HEADERS}" 1239 REAL_CFLAGS="$REAL_CFLAGS -I${GNUSTEP_SYSTEM_HEADERS}"
1240 LDFLAGS="$LDFLAGS -L${GNUSTEP_SYSTEM_LIBRARIES}" 1240 LDFLAGS="$LDFLAGS -L${GNUSTEP_SYSTEM_LIBRARIES}"
1241 fi 1241 fi
1242 AC_CHECK_HEADER(AppKit/AppKit.h, HAVE_NS=yes) 1242 AC_CHECK_HEADER(AppKit/AppKit.h, HAVE_NS=yes)
1243 fi 1243 fi
1244 if test "${window_system}" = x11 && test "${HAVE_NS}" = yes; then
1245 if test "${with_ns+set}" != set \
1246 && test "${ns_appdir_x+set}" != set; then
1247 HAVE_NS=no
1248 fi
1249 fi
1250
1251 if test "${window_system}" = mac && test "${HAVE_NS}" = yes; then
1252 if test "${with_ns+set}" != set \
1253 && test "${ns_appdir_x+set}" != set; then
1254 HAVE_NS=no
1255 else
1256 HAVE_CARBON=no
1257 fi
1258 fi
1259 if test "${HAVE_NS}" = yes; then 1244 if test "${HAVE_NS}" = yes; then
1245 test "${window_system}" = mac && HAVE_CARBON=no
1260 window_system=nextstep 1246 window_system=nextstep
1261 with_xft=no 1247 with_xft=no
1262 with_freetype=no 1248 with_freetype=no
1263 fi 1249 fi
1264 CFLAGS="$tmp_CFLAGS" 1250 CFLAGS="$tmp_CFLAGS"