From a7c03edb932331d2b6326f6917f0534ee85bf00e Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Sun, 20 May 2007 02:51:25 +0000 Subject: [PATCH] * src/configure.in (AC_CHECK_HEADERS) Add gpm.h. (AC_CHECK_LIB): Add -lgpm. * config.in Regenerate. --- src/config.in | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.2