emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/configure.in,v


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/configure.in,v
Date: Sun, 20 May 2007 02:38:08 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Nick Roberts <nickrob>  07/05/20 02:38:08

Index: configure.in
===================================================================
RCS file: /sources/emacs/emacs/configure.in,v
retrieving revision 1.444
retrieving revision 1.445
diff -u -b -r1.444 -r1.445
--- configure.in        19 Apr 2007 18:07:26 -0000      1.444
+++ configure.in        20 May 2007 02:38:07 -0000      1.445
@@ -1630,7 +1630,7 @@
   linux/version.h sys/systeminfo.h termios.h limits.h string.h stdlib.h \
   termcap.h stdio_ext.h fcntl.h strings.h coff.h pty.h sys/mman.h \
   sys/param.h sys/vlimit.h sys/resource.h locale.h sys/_mbstate_t.h \
-  sys/utsname.h pwd.h)
+  sys/utsname.h pwd.h gpm.h)
 
 AC_MSG_CHECKING(if personality LINUX32 can be set)
 AC_TRY_COMPILE([#include <sys/personality.h>], [personality (PER_LINUX32)],
@@ -2938,6 +2938,9 @@
             buffer space.])
 fi
 
+AC_CHECK_LIB(gpm, Gpm_Open, LIBGPM=-lgpm)
+AC_SUBST(LIBGPM)
+
 AH_TOP([/* GNU Emacs site configuration template file.
    Copyright (C) 1988, 1993, 1994, 1999, 2000, 2001, 2002, 2004, 2005, 2006, 
2007
              Free Software Foundation, Inc.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]