configure: don't disable lex on FreeBSD
authorJens Axboe <axboe@kernel.dk>
Tue, 13 Mar 2018 14:41:37 +0000 (08:41 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 13 Mar 2018 14:41:37 +0000 (08:41 -0600)
Previous commit turned it off by mistake.

Fixes: 89556808ef14 ("configure: Disable lex on NetBSD")
Reported-by: Sitsofe Wheeler <sitsofe@yahoo.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
configure

index a73b61eee0fa960c5e5381409513dfa17c9937d6..f38e9c75684b84b11d35db8a6203ee55553150f1 100755 (executable)
--- a/configure
+++ b/configure
@@ -282,7 +282,7 @@ fi
 # cross-compiling to one of these OSes then you'll need to specify
 # the correct CPU with the --cpu option.
 case $targetos in
-AIX|*BSD)
+AIX|OpenBSD|NetBSD)
   # Unless explicitly enabled, turn off lex.
   # OpenBSD will hit syntax error when enabled.
   if test -z "$disable_lex" ; then