2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-22 09:57:20 +00:00

[197] Regen configure

This commit is contained in:
Francis Dupont 2022-01-05 18:59:12 +00:00 committed by Thomas Markwalder
parent 1cb76d2d23
commit 54f832a821
4 changed files with 13 additions and 11 deletions

6
configure vendored
View File

@ -6762,7 +6762,7 @@ if test "$have_nanosleep" = "rt"; then
LIBS="-lrt $LIBS" LIBS="-lrt $LIBS"
fi fi
# check for /dev/random (declares HAVE_DEV_RANDOM) # check for /dev/random (declares ISC_PATH_RANDOMDEV)
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for random device" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for random device" >&5
$as_echo_n "checking for random device... " >&6; } $as_echo_n "checking for random device... " >&6; }
@ -6813,7 +6813,9 @@ eval ac_res=\$$as_ac_File
$as_echo "$ac_res" >&6; } $as_echo "$ac_res" >&6; }
if eval test \"x\$"$as_ac_File"\" = x"yes"; then : if eval test \"x\$"$as_ac_File"\" = x"yes"; then :
$as_echo "#define HAVE_DEV_RANDOM 1" >>confdefs.h cat >>confdefs.h <<_ACEOF
#define ISC_PATH_RANDOMDEV $use_randomdev
_ACEOF
else else
as_fn_error $? "cannot find $use_randomdev" "$LINENO" 5 as_fn_error $? "cannot find $use_randomdev" "$LINENO" 5

View File

@ -629,7 +629,7 @@ if test "$have_nanosleep" = "rt"; then
LIBS="-lrt $LIBS" LIBS="-lrt $LIBS"
fi fi
# check for /dev/random (declares HAVE_DEV_RANDOM) # check for /dev/random (declares ISC_PATH_RANDOMDEV)
AC_MSG_CHECKING(for random device) AC_MSG_CHECKING(for random device)
AC_ARG_WITH(randomdev, AC_ARG_WITH(randomdev,
AS_HELP_STRING([--with-randomdev=PATH],[Path for random device AS_HELP_STRING([--with-randomdev=PATH],[Path for random device
@ -653,8 +653,8 @@ else
else else
AC_MSG_RESULT($use_randomdev) AC_MSG_RESULT($use_randomdev)
AC_CHECK_FILE($use_randomdev, AC_CHECK_FILE($use_randomdev,
AC_DEFINE([HAVE_DEV_RANDOM], [1], AC_DEFINE_UNQUOTED([ISC_PATH_RANDOMDEV], [$use_randomdev],
[Define to 1 if you have the /dev/random or other configured file.]), [Define if you have the /dev/random or other configured file.]),
AC_MSG_ERROR(cannot find $use_randomdev)) AC_MSG_ERROR(cannot find $use_randomdev))
fi fi
BINDCONFIG="$BINDCONFIG --with-randomdev=$use_randomdev" BINDCONFIG="$BINDCONFIG --with-randomdev=$use_randomdev"

View File

@ -630,7 +630,7 @@ if test "$have_nanosleep" = "rt"; then
LIBS="-lrt $LIBS" LIBS="-lrt $LIBS"
fi fi
# check for /dev/random (declares HAVE_DEV_RANDOM) # check for /dev/random (declares ISC_PATH_RANDOMDEV)
AC_MSG_CHECKING(for random device) AC_MSG_CHECKING(for random device)
AC_ARG_WITH(randomdev, AC_ARG_WITH(randomdev,
AS_HELP_STRING([--with-randomdev=PATH],[Path for random device AS_HELP_STRING([--with-randomdev=PATH],[Path for random device
@ -654,8 +654,8 @@ else
else else
AC_MSG_RESULT($use_randomdev) AC_MSG_RESULT($use_randomdev)
AC_CHECK_FILE($use_randomdev, AC_CHECK_FILE($use_randomdev,
AC_DEFINE([HAVE_DEV_RANDOM], [1], AC_DEFINE_UNQUOTED([ISC_PATH_RANDOMDEV], [$use_randomdev],
[Define to 1 if you have the /dev/random or other configured file.]), [Define if you have the /dev/random or other configured file.]),
AC_MSG_ERROR(cannot find $use_randomdev)) AC_MSG_ERROR(cannot find $use_randomdev))
fi fi
BINDCONFIG="$BINDCONFIG --with-randomdev=$use_randomdev" BINDCONFIG="$BINDCONFIG --with-randomdev=$use_randomdev"

View File

@ -629,7 +629,7 @@ if test "$have_nanosleep" = "rt"; then
LIBS="-lrt $LIBS" LIBS="-lrt $LIBS"
fi fi
# check for /dev/random (declares HAVE_DEV_RANDOM) # check for /dev/random (declares ISC_PATH_RANDOMDEV)
AC_MSG_CHECKING(for random device) AC_MSG_CHECKING(for random device)
AC_ARG_WITH(randomdev, AC_ARG_WITH(randomdev,
AS_HELP_STRING([--with-randomdev=PATH],[Path for random device AS_HELP_STRING([--with-randomdev=PATH],[Path for random device
@ -653,8 +653,8 @@ else
else else
AC_MSG_RESULT($use_randomdev) AC_MSG_RESULT($use_randomdev)
AC_CHECK_FILE($use_randomdev, AC_CHECK_FILE($use_randomdev,
AC_DEFINE([HAVE_DEV_RANDOM], [1], AC_DEFINE_UNQUOTED([ISC_PATH_RANDOMDEV], [$use_randomdev],
[Define to 1 if you have the /dev/random or other configured file.]), [Define if you have the /dev/random or other configured file.]),
AC_MSG_ERROR(cannot find $use_randomdev)) AC_MSG_ERROR(cannot find $use_randomdev))
fi fi
BINDCONFIG="$BINDCONFIG --with-randomdev=$use_randomdev" BINDCONFIG="$BINDCONFIG --with-randomdev=$use_randomdev"