index 551fc720b7fb7cba33c36c32a451a84271181e46..c8cc9ee5cb97a41173cc1be55acf5afe27da1004 100755 (executable)
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)
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