# HG changeset patch # User Nick Roberts # Date 1179629485 0 # Node ID 53eb4894d19c742206221bb60cf52061f83d6be6 # Parent 4e9aff6772cfc96d9dd4bd1ca0787ba628977fd9 * src/configure.in (AC_CHECK_HEADERS) Add gpm.h. (AC_CHECK_LIB): Add -lgpm. * config.in Regenerate. diff -r 4e9aff6772cf -r 53eb4894d19c src/config.in --- 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 header file. */ +#undef HAVE_GPM_H + /* Define to 1 if you have the `grantpt' function. */ #undef HAVE_GRANTPT