summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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