# HG changeset patch # User Glenn Morris # Date 1205377992 0 # Node ID 87ea46f93e5485f069f06f548edf315477976e34 # Parent a79291c0083201513f4b3536e5c5ed14859e29ed (AC_INIT): Fix version number. (sync-input): Reword the option, since it's on by default. diff -r a79291c00832 -r 87ea46f93e54 configure.in --- a/configure.in Thu Mar 13 03:12:06 2008 +0000 +++ b/configure.in Thu Mar 13 03:13:12 2008 +0000 @@ -24,7 +24,7 @@ dnl Boston, MA 02110-1301, USA. AC_PREREQ(2.61)dnl -AC_INIT(emacs, 23.0.50) +AC_INIT(emacs, 23.0.60) AC_CONFIG_HEADER(src/config.h:src/config.in) AC_CONFIG_SRCDIR(src/lisp.h) @@ -173,8 +173,9 @@ USE_FONT_BACKEND=$enableval, USE_FONT_BACKEND=yes) +## Enabled by default. AC_ARG_ENABLE(sync-input, -[AS_HELP_STRING([--enable-sync-input], [compile code with sync-input])], +[AS_HELP_STRING([--disable-sync-input], [don't compile code with sync-input])], USE_SYNC_INPUT=$enableval, USE_SYNC_INPUT=yes)