emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/configure.in,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/configure.in,v
Date: Wed, 16 Apr 2008 19:53:07 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/04/16 19:53:06

Index: configure.in
===================================================================
RCS file: /sources/emacs/emacs/configure.in,v
retrieving revision 1.521
retrieving revision 1.522
diff -u -b -r1.521 -r1.522
--- configure.in        16 Apr 2008 17:33:40 -0000      1.521
+++ configure.in        16 Apr 2008 19:53:03 -0000      1.522
@@ -99,6 +99,11 @@
 
 OPTION_DEFAULT_ON([sound],[don't compile with sound support])
 
+OPTION_DEFAULT_ON([sync-input],[Process async input synchronously])
+if test "$with_sync_input" = yes; then
+   AC_DEFINE(SYNC_INPUT, 1, [Process async input synchronously.])
+fi
+
 dnl FIXME currently it is not the last.
 dnl This should be the last --with option, because --with-x is
 dnl added later on when we find the path of X, and it's best to
@@ -173,12 +178,6 @@
       USE_FONT_BACKEND=$enableval,
       USE_FONT_BACKEND=yes)
 
-## Enabled by default.
-AC_ARG_ENABLE(sync-input,
-[AS_HELP_STRING([--disable-sync-input], [don't compile code with sync-input])],
-      USE_SYNC_INPUT=$enableval,
-      USE_SYNC_INPUT=yes)
-
 AC_ARG_ENABLE(asserts,
 [AS_HELP_STRING([--enable-asserts], [compile code with asserts enabled])],
       USE_XASSERTS=$enableval,
@@ -1670,7 +1669,7 @@
     fi
   else
     HAVE_GTK=yes
-    AC_DEFINE(HAVE_GTK, 1, [Define to 1 if using GTK.])
+    AC_DEFINE(USE_GTK, 1, [Define to 1 if using GTK.])
     USE_X_TOOLKIT=none
     if $PKG_CONFIG --atleast-version=2.10 gtk+-2.0; then
       :
@@ -3008,11 +3007,6 @@
    CPPFLAGS="$CPPFLAGS -DXASSERTS=1"
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]