Mercurial > hg > xemacs-beta
comparison configure.in @ 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 | 34a5b81f86ba |
comparison
equal
deleted
inserted
replaced
125:8b0638b347ec | 126:1370575f1259 |
---|---|
114 internal_makefile_list='Makefile lib-src/Makefile.in src/Makefile.in lwlib/Makefile.in dynodump/Makefile.in' | 114 internal_makefile_list='Makefile lib-src/Makefile.in src/Makefile.in lwlib/Makefile.in dynodump/Makefile.in' |
115 energize_version='no' | 115 energize_version='no' |
116 native_sound_lib='' | 116 native_sound_lib='' |
117 # make normal error-checking be the default in alpha and beta versions, so | 117 # make normal error-checking be the default in alpha and beta versions, so |
118 # that bugs get noticed. Change this for released versions. | 118 # that bugs get noticed. Change this for released versions. |
119 error_check_default='yes' | 119 error_check_default='no' |
120 error_check_extents=$error_check_default | 120 error_check_extents=$error_check_default |
121 error_check_typecheck=$error_check_default | 121 error_check_typecheck=$error_check_default |
122 error_check_bufpos=$error_check_default | 122 error_check_bufpos=$error_check_default |
123 error_check_gc=$error_check_default | 123 error_check_gc=$error_check_default |
124 error_check_malloc=$error_check_default | 124 error_check_malloc=$error_check_default |
3257 test "$with_scrollbars" = athena && echo " Using the Athena scrollbar." | 3257 test "$with_scrollbars" = athena && echo " Using the Athena scrollbar." |
3258 test "$with_scrollbars" = athena3d && echo " Using the Athena-3d scrollbar." | 3258 test "$with_scrollbars" = athena3d && echo " Using the Athena-3d scrollbar." |
3259 test "$with_dialogs" = motif && echo " Using the Motif dialog boxes." | 3259 test "$with_dialogs" = motif && echo " Using the Motif dialog boxes." |
3260 test "$with_dialogs" = athena && echo " Using the Athena dialog boxes." | 3260 test "$with_dialogs" = athena && echo " Using the Athena dialog boxes." |
3261 test "$with_dialogs" = athena3d && echo " Using the Athena-3d dialog boxes." | 3261 test "$with_dialogs" = athena3d && echo " Using the Athena-3d dialog boxes." |
3262 test "$with_pop" = yes && " Using POP for mail access" | 3262 test "$with_pop" = yes && echo " Using POP for mail access" |
3263 test "$with_kerberos" = yes && " Using Kerberos for POP authentication" | 3263 test "$with_kerberos" = yes && echo " Using Kerberos for POP authentication" |
3264 test "$with_hesiod" = yes && " Using Hesiod to get POP server host" | 3264 test "$with_hesiod" = yes && echo " Using Hesiod to get POP server host" |
3265 | 3265 |
3266 test "${use_union_type}" = yes && echo " Using the union type for Lisp_Objects." | 3266 test "${use_union_type}" = yes && echo " Using the union type for Lisp_Objects." |
3267 test "${debug}" = yes && echo " Compiling in extra code for debugging." | 3267 test "${debug}" = yes && echo " Compiling in extra code for debugging." |
3268 test "${memory_usage_stats}" = yes && echo " Compiling in code for checking XEmacs memory usage." | 3268 test "${memory_usage_stats}" = yes && echo " Compiling in code for checking XEmacs memory usage." |
3269 test "$usage_tracking" = yes && echo " Compiling with usage tracking active (Sun internal)." | 3269 test "$usage_tracking" = yes && echo " Compiling with usage tracking active (Sun internal)." |