Mercurial > emacs
diff ChangeLog @ 94119:5b10e5646973
* configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
rather than change CPPFLAGS.
(HAVE_GTK): Rename to USE_GTK.
* Makefile.in: Don't use HAVE_GTK and don't -DUSE_GTK since it's now
done in config.h.
| author | Stefan Monnier <monnier@iro.umontreal.ca> |
|---|---|
| date | Wed, 16 Apr 2008 19:53:06 +0000 |
| parents | 4bbc5d00d3eb |
| children | dfdc13740582 |
line wrap: on
line diff
--- a/ChangeLog Wed Apr 16 17:34:43 2008 +0000 +++ b/ChangeLog Wed Apr 16 19:53:06 2008 +0000 @@ -1,3 +1,9 @@ +2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca> + + * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE + rather than change CPPFLAGS. + (HAVE_GTK): Rename to USE_GTK. + 2008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change) * configure.in: Replace the obsolete macros AC_AIX and
