]> granicus.if.org Git - postgresql/commitdiff
Fix typo in new message in configure.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 5 Dec 2016 22:29:51 +0000 (00:29 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 5 Dec 2016 22:29:51 +0000 (00:29 +0200)
Remove spurious "of", and reformat to fit on a 80 chars wide line.

configure
configure.in

index 551fc720b7fb7cba33c36c32a451a84271181e46..c8cc9ee5cb97a41173cc1be55acf5afe27da1004 100755 (executable)
--- a/configure
+++ b/configure
@@ -15076,8 +15076,8 @@ $as_echo "/dev/urandom" >&6; }
     as_fn_error $? "
 no source of strong random numbers was found
 PostgreSQL can use OpenSSL or /dev/urandom as a source of random numbers,
-for authentication protocols. You can use --disable-strong-random to use of a built-in
-pseudo random number generator, but that may be insecure." "$LINENO" 5
+for authentication protocols. You can use --disable-strong-random to use a
+built-in pseudo random number generator, but that may be insecure." "$LINENO" 5
   fi
 
 $as_echo "#define HAVE_STRONG_RANDOM 1" >>confdefs.h
index 595e047d0e29656c246f5828259f4f45d9aa7f56..5d58c4493498a6306fdbd0b8ab44e61a5bbe5d61 100644 (file)
@@ -2007,8 +2007,8 @@ if test "$enable_strong_random" = yes ; then
     AC_MSG_ERROR([
 no source of strong random numbers was found
 PostgreSQL can use OpenSSL or /dev/urandom as a source of random numbers,
-for authentication protocols. You can use --disable-strong-random to use of a built-in
-pseudo random number generator, but that may be insecure.])
+for authentication protocols. You can use --disable-strong-random to use a
+built-in pseudo random number generator, but that may be insecure.])
   fi
   AC_DEFINE(HAVE_STRONG_RANDOM, 1, [Define to use have a strong random number source])
 else