summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-04-06 10:21:56 +0000
committerDana Jansens <danakj@orodu.net>2003-04-06 10:21:56 +0000
commit8a4e27bdc362e3781ac947ff5536c1f0dbd3ba60 (patch)
tree49d76b103ba6cb0b753abb5d1cd769dc256d4bb0 /configure.ac
parent5d665673a29be21fe4ecad870d0a2d4f5c2f308d (diff)
more build system fixups
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index a9281dc3..0692209d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,6 +16,8 @@ OB_COMPILER_FLAGS
AC_C_CONST
AC_C_INLINE
+AC_PROG_MAKE_SET
+
if test "$CVS" = "yes"; then
AC_PATH_PROG([FLEX], [flex])
test "$FLEX" || AC_MSG_ERROR([flex not found])