$NetBSD: patch-aa,v 1.7 2004/04/02 15:17:43 jmmv Exp $ --- configure.orig 2004-03-15 19:38:10.000000000 +0100 +++ configure @@ -24803,6 +24803,7 @@ VRFY="verify-crypt" if test x$enable_authentication_scheme != xcrypt -a \ x$enable_authentication_scheme != xshadow ; then +if [ "${USE_PAM}" = "yes" ]; then for ac_header in security/pam_appl.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` @@ -24960,6 +24961,7 @@ fi done fi +fi GDMASKPASS= EXTRA_GDMASKPASS_LIBS= @@ -28015,6 +28017,10 @@ else X_SERVER="/usr/X11R6/bin/X" X_CONF_PATH="/usr/bin/X11:/usr/X11R6/bin:/usr/local/bin:/opt/X11R6/bin" fi +X_PATH="${X11BASE}/bin" +X_SERVER_PATH="${X11BASE}/bin" +X_SERVER="${X11BASE}/bin/X ${X_SERVER_ARGS}" +X_CONF_PATH="${X11BASE}/bin" @@ -28064,6 +28070,8 @@ prefix=$old_prefix exec_prefix=$old_exec_prefix ac_config_files="$ac_config_files Makefile daemon/Makefile gui/Makefile gui/greeter/Makefile gui/greeter/themes/Makefile gui/greeter/themes/circles/Makefile gui/greeter/themes/happygnome/Makefile gui/greeter/themes/happygnome-list/Makefile gui/modules/Makefile gui/modules/AccessKeyMouseEvents gui/modules/AccessDwellMouseEvents utils/Makefile pixmaps/Makefile config/Makefile po/Makefile.in vicious-extensions/Makefile docs/Makefile docs/C/Makefile docs/de/Makefile docs/es/Makefile docs/fr/Makefile docs/it/Makefile docs/sv/Makefile docs/ja/Makefile docs/ko/Makefile docs/zh_CN/Makefile docs/zh_HK/Makefile docs/zh_TW/Makefile config/gdm.conf config/Xsession config/Default config/PreSession config/PostSession daemon/gdm gdm-stop gdm-restart gdm-safe-restart gdmsetup-security gdm.spec" +# This is to avoid GNU make; may not be needed on a later version.. +ac_config_files="$ac_config_files config/default.desktop config/gnome.desktop config/CDE.desktop" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure