diff options
| author | Glenn Morris | 2012-11-25 06:18:55 -0500 |
|---|---|---|
| committer | Glenn Morris | 2012-11-25 06:18:55 -0500 |
| commit | cf5b88801b26c4ba0f5b9f0d5c1eea535a8dbb5a (patch) | |
| tree | 197fa938194e70de6150c70a105b2dbb2891c26a | |
| parent | 5fbab051226a3f92fadd45ca716df3af67de8954 (diff) | |
| download | emacs-cf5b88801b26c4ba0f5b9f0d5c1eea535a8dbb5a.tar.gz emacs-cf5b88801b26c4ba0f5b9f0d5c1eea535a8dbb5a.zip | |
Auto-commit of generated files.
| -rw-r--r-- | autogen/config.in | 3 | ||||
| -rwxr-xr-x | autogen/configure | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/autogen/config.in b/autogen/config.in index c0fb1f34bf4..487fe9160e2 100644 --- a/autogen/config.in +++ b/autogen/config.in | |||
| @@ -681,9 +681,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 681 | /* Define to 1 if you have a working `mmap' system call. */ | 681 | /* Define to 1 if you have a working `mmap' system call. */ |
| 682 | #undef HAVE_MMAP | 682 | #undef HAVE_MMAP |
| 683 | 683 | ||
| 684 | /* Define if you have mouse support. */ | ||
| 685 | #undef HAVE_MOUSE | ||
| 686 | |||
| 687 | /* Define to 1 if you have the `nanotime' function. */ | 684 | /* Define to 1 if you have the `nanotime' function. */ |
| 688 | #undef HAVE_NANOTIME | 685 | #undef HAVE_NANOTIME |
| 689 | 686 | ||
diff --git a/autogen/configure b/autogen/configure index fbb2efbc860..4571c89b85a 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -25494,9 +25494,6 @@ if test "$window_system" != "none"; then | |||
| 25494 | 25494 | ||
| 25495 | $as_echo "#define HAVE_WINDOW_SYSTEM 1" >>confdefs.h | 25495 | $as_echo "#define HAVE_WINDOW_SYSTEM 1" >>confdefs.h |
| 25496 | 25496 | ||
| 25497 | |||
| 25498 | $as_echo "#define HAVE_MOUSE 1" >>confdefs.h | ||
| 25499 | |||
| 25500 | WINDOW_SYSTEM_OBJ="fontset.o fringe.o image.o" | 25497 | WINDOW_SYSTEM_OBJ="fontset.o fringe.o image.o" |
| 25501 | fi | 25498 | fi |
| 25502 | 25499 | ||