summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNicolas Williams <nico@cryptonector.com>2017-02-25 14:30:14 -0600
committerNicolas Williams <nico@cryptonector.com>2017-02-25 18:57:38 -0600
commit2e1f2db8b5dcaa4119a47b1a9ca83d9e048ce304 (patch)
treedc1e690cd878b0e12012b73b0908049f4747ba91 /configure.ac
parentba32b337966dd6277a86c86e79dfae02c83ba81f (diff)
Improve Appveyor build
Among other things, make TESTS=... breaks when using modules/oniguruma, so set SUBDIRS= then.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 1b115650..06eca332 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,10 +38,7 @@ if test "$USE_MAINTAINER_MODE" = yes; then
[AC_MSG_ERROR([You need bison version 3.0 or greater, or use --disable-maintainer-mode.])])
fi
- AC_PROG_LEX
- if test "x$LEX" != xflex; then
- LEX="$SHELL $missing_dir/missing flex"
- fi
+ AC_CHECK_PROGS(LEX, flex lex)
fi
dnl Check for valgrind