summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-15 09:56:06 +1100
committerDamien Miller <djm@mindrot.org>1999-11-15 09:56:06 +1100
commit0a6e668ac6607529a01a0ccd8471deec9eaa5b08 (patch)
tree951056d1c2752ad72afa9c17051173c2d4999d96 /configure.in
parente116a26556a6e7ca7ff61c47ca132e7b362ba452 (diff)
Solaris compile fixes
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index bd34e6ddc..cd0c9a3de 100644
--- a/configure.in
+++ b/configure.in
@@ -79,7 +79,7 @@ AC_ARG_WITH(random,
79 [ --with-random=FILE read randomness from FILE (default /dev/urandom)], 79 [ --with-random=FILE read randomness from FILE (default /dev/urandom)],
80 [ 80 [
81 RANDOM_POOL="$withval"; 81 RANDOM_POOL="$withval";
82 AC_DEFINE(RANDOM_POOL, "$RANDOM_POOL") 82 AC_DEFINE_UNQUOTED(RANDOM_POOL, "$RANDOM_POOL")
83 ], 83 ],
84 [ 84 [
85 dnl Check for random device 85 dnl Check for random device