Commit 44a977f5 authored by Heikki Linnakangas's avatar Heikki Linnakangas

Fix typo in new message in configure.

Remove spurious "of", and reformat to fit on a 80 chars wide line.
parent 53c7cff7
...@@ -15076,8 +15076,8 @@ $as_echo "/dev/urandom" >&6; } ...@@ -15076,8 +15076,8 @@ $as_echo "/dev/urandom" >&6; }
as_fn_error $? " as_fn_error $? "
no source of strong random numbers was found no source of strong random numbers was found
PostgreSQL can use OpenSSL or /dev/urandom as a source of random numbers, 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 for authentication protocols. You can use --disable-strong-random to use a
pseudo random number generator, but that may be insecure." "$LINENO" 5 built-in pseudo random number generator, but that may be insecure." "$LINENO" 5
fi fi
$as_echo "#define HAVE_STRONG_RANDOM 1" >>confdefs.h $as_echo "#define HAVE_STRONG_RANDOM 1" >>confdefs.h
......
...@@ -2007,8 +2007,8 @@ if test "$enable_strong_random" = yes ; then ...@@ -2007,8 +2007,8 @@ if test "$enable_strong_random" = yes ; then
AC_MSG_ERROR([ AC_MSG_ERROR([
no source of strong random numbers was found no source of strong random numbers was found
PostgreSQL can use OpenSSL or /dev/urandom as a source of random numbers, 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 for authentication protocols. You can use --disable-strong-random to use a
pseudo random number generator, but that may be insecure.]) built-in pseudo random number generator, but that may be insecure.])
fi fi
AC_DEFINE(HAVE_STRONG_RANDOM, 1, [Define to use have a strong random number source]) AC_DEFINE(HAVE_STRONG_RANDOM, 1, [Define to use have a strong random number source])
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment