diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2007-05-20 05:13:28 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2007-05-20 05:13:28 +0000 |
commit | 7e5a23bd93d600f719b3b6db4cfbb925d7ea8c8f (patch) | |
tree | dd382d8493d1c892047eaf1ad657be173e691488 /src/config.in | |
parent | a8099827a4c6c243b57dcfee9d17f3b7475670e4 (diff) | |
download | emacs-7e5a23bd93d600f719b3b6db4cfbb925d7ea8c8f.tar.gz |
Use HAVE_GPM instead of HAVE_GPM_H.
Diffstat (limited to 'src/config.in')
-rw-r--r-- | src/config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.in b/src/config.in index 93f67df66dc..5fe340ba546 100644 --- a/src/config.in +++ b/src/config.in @@ -231,8 +231,8 @@ 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 <gpm.h> header file. */ -#undef HAVE_GPM_H +/* Define to 1 if you have the gpm library (-lgpm). */ +#undef HAVE_GPM /* Define to 1 if you have the `grantpt' function. */ #undef HAVE_GRANTPT |