diff configure @ 126:1370575f1259 xemacs-20-1p1

Import from CVS: tag xemacs-20-1p1
author cvs
date Mon, 13 Aug 2007 09:27:39 +0200
parents cca96a509cfe
children b980b6286996
line wrap: on
line diff
--- a/configure	Mon Aug 13 09:26:41 2007 +0200
+++ b/configure	Mon Aug 13 09:27:39 2007 +0200
@@ -100,7 +100,7 @@
 native_sound_lib=''
 # make normal error-checking be the default in alpha and beta versions, so
 # that bugs get noticed.  Change this for released versions.
-error_check_default='yes'
+error_check_default='no'
 error_check_extents=$error_check_default
 error_check_typecheck=$error_check_default
 error_check_bufpos=$error_check_default
@@ -7202,9 +7202,9 @@
 test "$with_dialogs"    = motif  && echo "  Using the Motif dialog boxes."
 test "$with_dialogs"    = athena && echo "  Using the Athena dialog boxes."
 test "$with_dialogs"    = athena3d && echo "  Using the Athena-3d dialog boxes."
-test "$with_pop"	= yes && "  Using POP for mail access"
-test "$with_kerberos"	= yes && "  Using Kerberos for POP authentication"
-test "$with_hesiod"	= yes && "  Using Hesiod to get POP server host"
+test "$with_pop"	= yes && echo "  Using POP for mail access"
+test "$with_kerberos"	= yes && echo "  Using Kerberos for POP authentication"
+test "$with_hesiod"	= yes && echo "  Using Hesiod to get POP server host"
 
 test "${use_union_type}"     = yes && echo "  Using the union type for Lisp_Objects."
 test "${debug}"              = yes && echo "  Compiling in extra code for debugging."