From eece3e17eb3b4a30d56f28cdf57e6fe63121e121 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Wed, 5 Jan 2022 19:04:14 +0000 Subject: [197] Regen configure --- configure | 2 +- configure.ac | 2 +- configure.ac+lt | 2 +- configure.ac-lt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure b/configure index c15577b9..8a7cae99 100755 --- a/configure +++ b/configure @@ -6814,7 +6814,7 @@ $as_echo "$ac_res" >&6; } if eval test \"x\$"$as_ac_File"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF -#define ISC_PATH_RANDOMDEV $use_randomdev +#define ISC_PATH_RANDOMDEV "$use_randomdev" _ACEOF else diff --git a/configure.ac b/configure.ac index fe63e559..c7ad1922 100644 --- a/configure.ac +++ b/configure.ac @@ -653,7 +653,7 @@ else else AC_MSG_RESULT($use_randomdev) AC_CHECK_FILE($use_randomdev, - AC_DEFINE_UNQUOTED([ISC_PATH_RANDOMDEV], [$use_randomdev], + AC_DEFINE_UNQUOTED([ISC_PATH_RANDOMDEV], ["$use_randomdev"], [Define if you have the /dev/random or other configured file.]), AC_MSG_ERROR(cannot find $use_randomdev)) fi diff --git a/configure.ac+lt b/configure.ac+lt index a0c2b38a..dd0517ae 100644 --- a/configure.ac+lt +++ b/configure.ac+lt @@ -654,7 +654,7 @@ else else AC_MSG_RESULT($use_randomdev) AC_CHECK_FILE($use_randomdev, - AC_DEFINE_UNQUOTED([ISC_PATH_RANDOMDEV], [$use_randomdev], + AC_DEFINE_UNQUOTED([ISC_PATH_RANDOMDEV], ["$use_randomdev"], [Define if you have the /dev/random or other configured file.]), AC_MSG_ERROR(cannot find $use_randomdev)) fi diff --git a/configure.ac-lt b/configure.ac-lt index fe63e559..c7ad1922 100644 --- a/configure.ac-lt +++ b/configure.ac-lt @@ -653,7 +653,7 @@ else else AC_MSG_RESULT($use_randomdev) AC_CHECK_FILE($use_randomdev, - AC_DEFINE_UNQUOTED([ISC_PATH_RANDOMDEV], [$use_randomdev], + AC_DEFINE_UNQUOTED([ISC_PATH_RANDOMDEV], ["$use_randomdev"], [Define if you have the /dev/random or other configured file.]), AC_MSG_ERROR(cannot find $use_randomdev)) fi -- cgit v1.2.1