summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2022-01-05 19:04:14 +0000
committerThomas Markwalder <tmark@isc.org>2022-01-12 08:53:55 -0500
commiteece3e17eb3b4a30d56f28cdf57e6fe63121e121 (patch)
treecb7d9fbef2c726b48ffc9863134d5a393f3b4cda
parentd4fbfc55c748620e007f86006acc6b6195bdf775 (diff)
downloadisc-dhcp-eece3e17eb3b4a30d56f28cdf57e6fe63121e121.tar.gz
[197] Regen configure
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
-rw-r--r--configure.ac+lt2
-rw-r--r--configure.ac-lt2
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