From: Francis Dupont Date: Wed, 5 Jan 2022 19:03:52 +0000 (+0100) Subject: Added quotes X-Git-Tag: v4_4_3b1^2~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d4fbfc55c748620e007f86006acc6b6195bdf775;p=thirdparty%2Fdhcp.git Added quotes --- 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