From: Nick Roberts Date: Sun, 20 May 2007 02:51:25 +0000 (+0000) Subject: * src/configure.in (AC_CHECK_HEADERS) Add gpm.h. X-Git-Tag: emacs-pretest-23.0.90~12624 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a7c03edb932331d2b6326f6917f0534ee85bf00e;p=emacs.git * src/configure.in (AC_CHECK_HEADERS) Add gpm.h. (AC_CHECK_LIB): Add -lgpm. * config.in Regenerate. --- diff --git a/src/config.in b/src/config.in index 43c1efac14f..93f67df66dc 100644 --- a/src/config.in +++ b/src/config.in @@ -231,6 +231,9 @@ Boston, MA 02110-1301, USA. */ /* Define to 1 if you have the ungif library (-lungif). */ #undef HAVE_GIF +/* Define to 1 if you have the header file. */ +#undef HAVE_GPM_H + /* Define to 1 if you have the `grantpt' function. */ #undef HAVE_GRANTPT