mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-22 14:42:55 -05:00
check removed.
git-svn-id: file:///svn/unbound/trunk@1092 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
f9074eb440
commit
5990dde29b
2 changed files with 0 additions and 44 deletions
24
configure
vendored
24
configure
vendored
|
|
@ -20804,30 +20804,6 @@ _ACEOF
|
|||
fi
|
||||
|
||||
|
||||
# Check for yyunput
|
||||
|
||||
{ echo "$as_me:$LINENO: checking whether lex can not generate yyunput" >&5
|
||||
echo $ECHO_N "checking whether lex can not generate yyunput... $ECHO_C" >&6; }
|
||||
if test "${ac_cv_c_yy_unput+set}" = set; then
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
ac_cv_c_yy_unput=no
|
||||
if $LEX --nounput -h 2>&1 | grep "do not generate" 2>&1 >/dev/null; then
|
||||
ac_cv_c_yy_unput="yes"
|
||||
else
|
||||
ac_cv_c_yy_unput="no"
|
||||
fi
|
||||
|
||||
fi
|
||||
|
||||
|
||||
{ echo "$as_me:$LINENO: result: $ac_cv_c_yy_unput" >&5
|
||||
echo "${ECHO_T}$ac_cv_c_yy_unput" >&6; }
|
||||
if test $ac_cv_c_yy_unput = yes; then
|
||||
LEX="$LEX --nounput"
|
||||
fi
|
||||
|
||||
|
||||
# add option to disable the evil rpath
|
||||
# Check whether --enable-rpath was given.
|
||||
if test "${enable_rpath+set}" = set; then
|
||||
|
|
|
|||
20
configure.ac
20
configure.ac
|
|
@ -438,26 +438,6 @@ AC_INCLUDES_DEFAULT
|
|||
#endif
|
||||
])
|
||||
|
||||
# Check for yyunput
|
||||
AC_DEFUN([CHECK_YYUNPUT],
|
||||
[AC_MSG_CHECKING(whether lex can not generate yyunput)
|
||||
AC_CACHE_VAL(ac_cv_c_yy_unput,
|
||||
[ac_cv_c_yy_unput=no
|
||||
if $LEX --nounput -h 2>&1 | grep "do not generate" 2>&1 >/dev/null; then
|
||||
ac_cv_c_yy_unput="yes"
|
||||
else
|
||||
ac_cv_c_yy_unput="no"
|
||||
fi
|
||||
])
|
||||
|
||||
AC_MSG_RESULT($ac_cv_c_yy_unput)
|
||||
if test $ac_cv_c_yy_unput = yes; then
|
||||
LEX="$LEX --nounput"
|
||||
fi
|
||||
])dnl
|
||||
|
||||
CHECK_YYUNPUT
|
||||
|
||||
# add option to disable the evil rpath
|
||||
dnl Check whether to use rpath or not
|
||||
AC_ARG_ENABLE(rpath,
|
||||
|
|
|
|||
Loading…
Reference in a new issue