# HG changeset patch # User Simon Josefsson # Date 1141834185 0 # Node ID 1aa169f681e6c4f5010592dd0852dc5c5c3843ab # Parent 6a7edbad1cdf80c8de4a675bca627782e84eb333 Fix typo. diff --git a/m4/gc-random.m4 b/m4/gc-random.m4 --- a/m4/gc-random.m4 +++ b/m4/gc-random.m4 @@ -67,9 +67,9 @@ 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...]])