aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-09-15 07:28:04 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-09-15 07:28:04 +0000
commitf71b3f48a16e5d62079ad013adb2b96560a1c1fe (patch)
tree621763faacc72fd8b29f6902079e44371f8d4eed /configure.ac
parentaa8dd932c122ce90baab931a6e3d3b3def62c973 (diff)
Replaced the former date parser with a rewrite. No more yacc/bison needed.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac16
1 files changed, 0 insertions, 16 deletions
diff --git a/configure.ac b/configure.ac
index 825271e97..1c5e7f2b8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1282,22 +1282,6 @@ then
USE_MANUAL="no";
fi
-AC_PROG_YACC
-
-if test -z "$YACC"
-then
- AC_MSG_CHECKING([if OK to build without bison/yacc])
- dnl no yacc is a big deal if we have no pre-fixed getdate.y
- if test -r "$srcdir/lib/getdate.c"
- then
- dnl all is well, we don't have to generate it!
- AC_MSG_RESULT(yes)
- else
- AC_MSG_RESULT(no)
- AC_MSG_ERROR([no yacc or bison found, can't build libcurl!])
- fi
-fi
-
dnl *************************************************************************
dnl If the manual variable still is set, then we go with providing a built-in
dnl manual