[Pinfo-devel] r290 - pinfo/trunk
Bas Zoetekouw
bas at costa.debian.org
Thu Mar 9 21:01:57 UTC 2006
Author: bas
Date: 2006-03-09 21:01:57 +0000 (Thu, 09 Mar 2006)
New Revision: 290
Modified:
pinfo/trunk/configure.ac
Log:
Readline 4 is sufficient, no need to demand version 5
Modified: pinfo/trunk/configure.ac
===================================================================
--- pinfo/trunk/configure.ac 2006-03-09 20:54:43 UTC (rev 289)
+++ pinfo/trunk/configure.ac 2006-03-09 21:01:57 UTC (rev 290)
@@ -104,9 +104,9 @@
# if we have readline, it needs to be version 5
if test "x$has_readline" = "xtrue"
then
- if test "x$readline_version" != "x5"
+ if test "x$readline_version" != "x4"
then
- AC_MSG_WARN([Version 5 of readline is required to compile pinfo.
+ AC_MSG_WARN([Version 4 of readline is required to compile pinfo.
Yours is only version $readline_version.
Readline support will be disabled.])
has_readline=false
More information about the Pinfo-devel
mailing list