aboutsummaryrefslogtreecommitdiff
path: root/contrib/byacc/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/byacc/configure.in')
-rw-r--r--contrib/byacc/configure.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/byacc/configure.in b/contrib/byacc/configure.in
index df1fd44e6820..6602180d317c 100644
--- a/contrib/byacc/configure.in
+++ b/contrib/byacc/configure.in
@@ -1,7 +1,7 @@
dnl Process this file with 'autoconf' to produce a 'configure' script
-dnl $Id: configure.in,v 1.20 2014/10/06 22:39:39 tom Exp $
+dnl $Id: configure.in,v 1.21 2015/07/05 22:07:36 tom Exp $
AC_PREREQ(2.52.20011201)
-AC_REVISION($Revision: 1.20 $)
+AC_REVISION($Revision: 1.21 $)
AC_INIT(main.c)
AC_CONFIG_HEADER(config.h:config_h.in)
@@ -53,6 +53,7 @@ AC_SUBST(SKELETON)
CF_WITH_WARNINGS(Wwrite-strings)
CF_DISABLE_ECHO
CF_DISABLE_LEAKS
+CF_WITH_MAN2HTML
AC_TYPE_MODE_T