]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/configure.in (AC_CHECK_HEADERS) Add gpm.h.
authorNick Roberts <nickrob@snap.net.nz>
Sun, 20 May 2007 02:51:25 +0000 (02:51 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Sun, 20 May 2007 02:51:25 +0000 (02:51 +0000)
(AC_CHECK_LIB): Add -lgpm.
* config.in Regenerate.

src/config.in

index 43c1efac14f2196b6ea05d6093dd345bc61a62b6..93f67df66dc1a56474ddef8c9ca8446311d81a2f 100644 (file)
@@ -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 <gpm.h> header file. */
+#undef HAVE_GPM_H
+
 /* Define to 1 if you have the `grantpt' function. */
 #undef HAVE_GRANTPT