From eccde6c1375aa759f640810c122a29d0275ae6e6 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Wed, 8 Mar 2006 16:09:45 +0000 Subject: [PATCH] Fix typo. --- m4/gc-random.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m4/gc-random.m4 b/m4/gc-random.m4 index fb331384e4..40e047106a 100644 --- a/m4/gc-random.m4 +++ b/m4/gc-random.m4 @@ -67,9 +67,9 @@ AC_DEFUN([gl_GC_RANDOM], AC_CHECK_FILE($NAME_OF_PSEUDO_RANDOM_DEVICE,, AC_MSG_WARN([[Device `$NAME_OF_PSEUDO_RANDOM_DEVICE' does not exist, consider to use --enable-pseudo-random-device]])) fi - if test "$NAME_OF_NONCE_RANDOM_DEVICE" != "no"; then + if test "$NAME_OF_NONCE_DEVICE" != "no"; then AC_CHECK_FILE($NAME_OF_NONCE_DEVICE,, - AC_MSG_WARN([[Device `$NAME_OF_NONCE_RANDOM_DEVICE' does not exist, consider to use --enable-nonce-device]])) + AC_MSG_WARN([[Device `$NAME_OF_NONCE_DEVICE' does not exist, consider to use --enable-nonce-device]])) fi else AC_MSG_NOTICE([[Cross compiling, assuming random devices exists on the target host...]]) -- 2.30.2