summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2022-01-05 20:03:52 +0100
committerThomas Markwalder <tmark@isc.org>2022-01-12 08:53:55 -0500
commitd4fbfc55c748620e007f86006acc6b6195bdf775 (patch)
tree5d768d12041920a91f1088735be9cb5f7c4db785
parent54f832a821de88440da50bcf93e2e842da7abd31 (diff)
downloadisc-dhcp-d4fbfc55c748620e007f86006acc6b6195bdf775.tar.gz
Added quotes
-rw-r--r--configure.ac-base2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac-base b/configure.ac-base
index 8a9cfd8f..32f5e5df 100644
--- a/configure.ac-base
+++ b/configure.ac-base
@@ -659,7 +659,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