diff options
| author | Nick Roberts | 2007-05-20 02:38:07 +0000 |
|---|---|---|
| committer | Nick Roberts | 2007-05-20 02:38:07 +0000 |
| commit | 02ed7a7cfb3d78d2cf40d68ad4d79863295d028a (patch) | |
| tree | 4b1b6eccddee7d045eba22dc68f76e73b332182d | |
| parent | 834561d340e3eeae7a6e9b35821d7e7b4de64ee5 (diff) | |
| download | emacs-02ed7a7cfb3d78d2cf40d68ad4d79863295d028a.tar.gz emacs-02ed7a7cfb3d78d2cf40d68ad4d79863295d028a.zip | |
* configure.in (AC_CHECK_HEADERS) Add gpm.h.
(AC_CHECK_LIB): Add -lgpm.
| -rw-r--r-- | configure.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 4c64970fe0f..78876a4bed0 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -1630,7 +1630,7 @@ AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \ | |||
| 1630 | linux/version.h sys/systeminfo.h termios.h limits.h string.h stdlib.h \ | 1630 | linux/version.h sys/systeminfo.h termios.h limits.h string.h stdlib.h \ |
| 1631 | termcap.h stdio_ext.h fcntl.h strings.h coff.h pty.h sys/mman.h \ | 1631 | termcap.h stdio_ext.h fcntl.h strings.h coff.h pty.h sys/mman.h \ |
| 1632 | sys/param.h sys/vlimit.h sys/resource.h locale.h sys/_mbstate_t.h \ | 1632 | sys/param.h sys/vlimit.h sys/resource.h locale.h sys/_mbstate_t.h \ |
| 1633 | sys/utsname.h pwd.h) | 1633 | sys/utsname.h pwd.h gpm.h) |
| 1634 | 1634 | ||
| 1635 | AC_MSG_CHECKING(if personality LINUX32 can be set) | 1635 | AC_MSG_CHECKING(if personality LINUX32 can be set) |
| 1636 | AC_TRY_COMPILE([#include <sys/personality.h>], [personality (PER_LINUX32)], | 1636 | AC_TRY_COMPILE([#include <sys/personality.h>], [personality (PER_LINUX32)], |
| @@ -2938,6 +2938,9 @@ if test "${REL_ALLOC}" = "yes" ; then | |||
| 2938 | buffer space.]) | 2938 | buffer space.]) |
| 2939 | fi | 2939 | fi |
| 2940 | 2940 | ||
| 2941 | AC_CHECK_LIB(gpm, Gpm_Open, LIBGPM=-lgpm) | ||
| 2942 | AC_SUBST(LIBGPM) | ||
| 2943 | |||
| 2941 | AH_TOP([/* GNU Emacs site configuration template file. | 2944 | AH_TOP([/* GNU Emacs site configuration template file. |
| 2942 | Copyright (C) 1988, 1993, 1994, 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007 | 2945 | Copyright (C) 1988, 1993, 1994, 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007 |
| 2943 | Free Software Foundation, Inc. | 2946 | Free Software Foundation, Inc. |