]> git.pld-linux.org Git - packages/emacs.git/commitdiff
- AC_CHECK_LIB is not suffice in emacs world
authortwittner <twittner@pld-linux.org>
Sun, 10 Jun 2007 18:35:31 +0000 (18:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    emacs-tinfo.patch -> 1.2

emacs-tinfo.patch

index 3bbb94d4d6618f23858430353be2e9e182730a97..7040a3269aa4c11efcefde06a042b6b492d28ac1 100644 (file)
@@ -10,3 +10,17 @@ diff -urN emacs-22.1.org/configure.in emacs-22.1/configure.in
  
  # Do we need the Hesiod library to provide the support routines?
  if test "$with_hesiod" = yes ; then
+--- emacs-22.1/src/s/gnu-linux.h.old   2007-06-10 20:13:53.376467108 +0200
++++ emacs-22.1/src/s/gnu-linux.h       2007-06-10 20:17:32.624547726 +0200
+@@ -279,9 +279,9 @@
+ /* Paul Abrahams <abrahams@equinox.shaysnet.com> says this is needed.  */
+ #define LIB_MOTIF -lXm -lXpm
+-#ifdef HAVE_LIBNCURSES
++#ifdef HAVE_LIBTINFO
+ #define TERMINFO
+-#define LIBS_TERMCAP -lncurses
++#define LIBS_TERMCAP -ltinfo
+ #endif
+ #define HAVE_SYSVIPC
This page took 0.036846 seconds and 4 git commands to generate.