Fix typo.
authorSimon Josefsson <simon@josefsson.org>
Wed, 8 Mar 2006 16:09:45 +0000 (16:09 +0000)
committerSimon Josefsson <simon@josefsson.org>
Wed, 8 Mar 2006 16:09:45 +0000 (16:09 +0000)
m4/gc-random.m4

index fb331384e409e1e73fcd4e28a5067ee728b210a6..40e047106a8b5fd90f894d143425720b3cdc2afc 100644 (file)
@@ -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...]])