Mercurial > emacs
changeset 92738:8f8eec60028b
Add --enable-sync-input, default yes.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Tue, 11 Mar 2008 08:14:18 +0000 |
parents | 8b55b3cdebda |
children | 39c418592dee |
files | configure |
diffstat | 1 files changed, 17 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Tue Mar 11 08:13:59 2008 +0000 +++ b/configure Tue Mar 11 08:14:18 2008 +0000 @@ -1333,6 +1333,7 @@ specify install directory for Emacs.app on Mac OS X [DIR=/Application] --disable-font-backend don't compile font-backend support + --enable-sync-input compile code with sync-input --enable-asserts compile code with asserts enabled --enable-maintainer-mode enable make rules and dependencies not useful (and @@ -2136,6 +2137,14 @@ fi +# Check whether --enable-sync-input was given. +if test "${enable_sync_input+set}" = set; then + enableval=$enable_sync_input; USE_SYNC_INPUT=$enableval +else + USE_SYNC_INPUT=yes +fi + + # Check whether --enable-asserts was given. if test "${enable_asserts+set}" = set; then enableval=$enable_asserts; USE_XASSERTS=$enableval @@ -23900,8 +23909,14 @@ if test $USE_XASSERTS = yes; then echo " Compiling with asserts turned on." CPPFLAGS="$CPPFLAGS -DXASSERTS=1" - echo -fi +fi + +if test $USE_SYNC_INPUT = yes; then + echo " Compiling with sync input." + CPPFLAGS="$CPPFLAGS -DSYNC_INPUT=1" +fi + +echo if test "$USE_X_TOOLKIT" = GTK; then case "$canonical" in