]> Savannah Git Hosting - gnulib.git/commitdiff
readline: Check for readline/history.h.
authorSimon Josefsson <simon@josefsson.org>
Sat, 19 Nov 2011 07:35:40 +0000 (08:35 +0100)
committerSimon Josefsson <simon@josefsson.org>
Sat, 19 Nov 2011 07:35:40 +0000 (08:35 +0100)
* m4/readline.m4 (gl_FUNC_READLINE): Check for readline/history.h.

ChangeLog
m4/readline.m4

index 75edde7466e355db113d6c006740b0a9e26a0dc5..8738d35e711cb731bd1448786299ac2e56de2119 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-11-19  Simon Josefsson  <simon@josefsson.org>
+
+       * m4/readline.m4 (gl_FUNC_READLINE): Check for readline/history.h.
+
 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
 
        test-getcwd: disambiguate exit status
index a5ab06783aabe2b353dd9e7270f738e56a356b4e..b7ce9e478ce1d5ee445f9867269e4f408dc629d3 100644 (file)
@@ -72,7 +72,7 @@ AC_DEFUN([gl_FUNC_READLINE],
   AC_SUBST([LIBREADLINE])
   AC_SUBST([LTLIBREADLINE])
 
-  AC_CHECK_HEADERS([readline/readline.h])
+  AC_CHECK_HEADERS([readline/readline.h readline/history.h])
 ])
 
 # Prerequisites of lib/readline.c.