diff options
| author | Glenn Morris | 2013-03-27 06:17:37 -0400 |
|---|---|---|
| committer | Glenn Morris | 2013-03-27 06:17:37 -0400 |
| commit | a0adf07cf083377da3be8ac335cb4ff5242bbac0 (patch) | |
| tree | 8faf4a9d0cc57f14430a4e3f843dc0ce052c567d | |
| parent | 42663650badc9b0db28a63c0ef32f8d0aaae8d61 (diff) | |
| download | emacs-a0adf07cf083377da3be8ac335cb4ff5242bbac0.tar.gz emacs-a0adf07cf083377da3be8ac335cb4ff5242bbac0.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 f68efed389a..25f060b9bb9 100644 --- a/autogen/config.in +++ b/autogen/config.in | |||
| @@ -1109,9 +1109,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 1109 | /* Define to 1 if you have the Xkb extension. */ | 1109 | /* Define to 1 if you have the Xkb extension. */ |
| 1110 | #undef HAVE_XKB | 1110 | #undef HAVE_XKB |
| 1111 | 1111 | ||
| 1112 | /* Define to 1 if you have the XkbGetKeyboard function. */ | ||
| 1113 | #undef HAVE_XKBGETKEYBOARD | ||
| 1114 | |||
| 1115 | /* Define to 1 if you have the Xpm library (-lXpm). */ | 1112 | /* Define to 1 if you have the Xpm library (-lXpm). */ |
| 1116 | #undef HAVE_XPM | 1113 | #undef HAVE_XPM |
| 1117 | 1114 | ||
diff --git a/autogen/configure b/autogen/configure index e519edaa39d..126248beced 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -10634,9 +10634,6 @@ rm -f core conftest.err conftest.$ac_objext \ | |||
| 10634 | $as_echo "$emacs_xkb" >&6; } | 10634 | $as_echo "$emacs_xkb" >&6; } |
| 10635 | if test $emacs_xkb = yes; then | 10635 | if test $emacs_xkb = yes; then |
| 10636 | 10636 | ||
| 10637 | $as_echo "#define HAVE_XKBGETKEYBOARD 1" >>confdefs.h | ||
| 10638 | |||
| 10639 | |||
| 10640 | $as_echo "#define HAVE_XKB 1" >>confdefs.h | 10637 | $as_echo "#define HAVE_XKB 1" >>confdefs.h |
| 10641 | 10638 | ||
| 10642 | fi | 10639 | fi |