Mercurial > emacs
changeset 80988:53eb4894d19c
* src/configure.in (AC_CHECK_HEADERS) Add gpm.h.
(AC_CHECK_LIB): Add -lgpm.
* config.in Regenerate.
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Sun, 20 May 2007 02:51:25 +0000 |
parents | 4e9aff6772cf |
children | ce6c8b83a99a |
files | src/config.in |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/config.in Sun May 20 02:49:03 2007 +0000 +++ b/src/config.in Sun May 20 02:51:25 2007 +0000 @@ -231,6 +231,9 @@ /* Define to 1 if you have the ungif library (-lungif). */ #undef HAVE_GIF +/* Define to 1 if you have the <gpm.h> header file. */ +#undef HAVE_GPM_H + /* Define to 1 if you have the `grantpt' function. */ #undef HAVE_GRANTPT