# HG changeset patch # User Jan Dj¸«£rv # Date 1205223258 0 # Node ID 8f8eec60028b6d28e73c934e9e0d72443d0dc650 # Parent 8b55b3cdebda2e655fd0ed668808f30a59105f82 Add --enable-sync-input, default yes. diff -r 8b55b3cdebda -r 8f8eec60028b configure --- 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