diff options
| author | Nick Roberts | 2007-05-20 02:51:25 +0000 |
|---|---|---|
| committer | Nick Roberts | 2007-05-20 02:51:25 +0000 |
| commit | a7c03edb932331d2b6326f6917f0534ee85bf00e (patch) | |
| tree | ced77a2c925dd82e04e54a348d45ef4e00dae108 | |
| parent | db8448d2bd30a28bcce9a3b6d9bdd6ad2d23f911 (diff) | |
| download | emacs-a7c03edb932331d2b6326f6917f0534ee85bf00e.tar.gz emacs-a7c03edb932331d2b6326f6917f0534ee85bf00e.zip | |
* src/configure.in (AC_CHECK_HEADERS) Add gpm.h.
(AC_CHECK_LIB): Add -lgpm.
* config.in Regenerate.
| -rw-r--r-- | src/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
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. */ | |||
| 231 | /* Define to 1 if you have the ungif library (-lungif). */ | 231 | /* Define to 1 if you have the ungif library (-lungif). */ |
| 232 | #undef HAVE_GIF | 232 | #undef HAVE_GIF |
| 233 | 233 | ||
| 234 | /* Define to 1 if you have the <gpm.h> header file. */ | ||
| 235 | #undef HAVE_GPM_H | ||
| 236 | |||
| 234 | /* Define to 1 if you have the `grantpt' function. */ | 237 | /* Define to 1 if you have the `grantpt' function. */ |
| 235 | #undef HAVE_GRANTPT | 238 | #undef HAVE_GRANTPT |
| 236 | 239 | ||