fixup for :

git-svn-id: file:///svn/unbound/trunk@4796 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2018-07-20 12:52:37 +00:00
parent aa5fb8b10b
commit ae1790b8e8
2 changed files with 4 additions and 4 deletions

4
configure vendored
View file

@ -6435,7 +6435,7 @@ fi
rm -f conftest.l $LEX_OUTPUT_ROOT.c
fi
if test "$LEX" != ""; then
if test "$LEX" != "" -a "$LEX" != ":"; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for yylex_destroy" >&5
$as_echo_n "checking for yylex_destroy... " >&6; }
@ -6459,7 +6459,7 @@ EOF
$as_echo "yes" >&6; }
else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; };
LEX=""
LEX=":"
fi
fi

View file

@ -335,12 +335,12 @@ AC_DEFUN([ACX_YYLEX_OPTION], [
EOF
AC_MSG_RESULT(yes)
else AC_MSG_RESULT(no);
LEX=""
LEX=":"
fi
])
AC_PROG_LEX
if test "$LEX" != ""; then
if test "$LEX" != "" -a "$LEX" != ":"; then
ACX_YYLEX_DESTROY
ACX_YYLEX_OPTION
fi