about summary refs log tree commit diff stats
path: root/configure.in
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2006-10-02 20:07:15 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2006-10-02 20:07:15 -0400
commit967f9ea52f38f17bec14ba24a89f020db1f8d407 (patch)
tree3c5a0d2046cdc4bd12bb721c98cdc1a6baeef5de /configure.in
parent29b077007f10f28f8e16ec608e490c0fc28e183a (diff)
downloadlynx-snapshots-967f9ea52f38f17bec14ba24a89f020db1f8d407.tar.gz
snapshot of project "lynx", label v2-8-6pre_5
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index c559a97a..9e1e5b52 100644
--- a/configure.in
+++ b/configure.in
@@ -25,7 +25,7 @@ dnl ---------------------------------------------------------------------------
 dnl
 dnl ask PRCS to plug-in the project-version for the configure-script.
 dnl $Format: "AC_REVISION($ProjectVersion$)"$
-AC_REVISION(2.8.6pre.4)
+AC_REVISION(2.8.6pre.5)
 
 # Save the original $CFLAGS so we can distinguish whether the user set those
 # in the environment, or whether autoconf added -O and -g options:
@@ -57,7 +57,7 @@ AC_ARG_WITH(system-type,
 PACKAGE=lynx
 dnl ask PRCS to plug-in the project-version for the packages.
 # $Format: "VERSION=$ProjectVersion$"$
-VERSION=2.8.6pre.4
+VERSION=2.8.6pre.5
 AC_SUBST(PACKAGE)
 AC_SUBST(VERSION)
 AC_SUBST(DESTDIR)
@@ -628,6 +628,7 @@ AC_CHECK_FUNCS( \
 	usleep \
 	vasprintf \
 	waitpid \
+	zError \
 )
 AC_REPLACE_FUNCS( \
 	mktime \
='#n163'>163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191