1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Fix typo in new message in configure.

Remove spurious "of", and reformat to fit on a 80 chars wide line.
This commit is contained in:
Heikki Linnakangas
2016-12-06 00:29:51 +02:00
parent 53c7cff720
commit 44a977f55f
2 changed files with 4 additions and 4 deletions

View 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