Skip to content

Commit ad365b2

Browse files
committed
Fix broken autoconf test for random number source.
Hopefully this fixes buildfarm member jacana. Discussion: https://www.postgresql.org/message-id/be25aa16-2f06-b7d1-8810-c69489a0e70b@dunslane.net
1 parent 92fb649 commit ad365b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15022,7 +15022,7 @@ fi
1502215022
if test "$enable_strong_random" = "yes" && test x"$USE_OPENSSL_RANDOM" = x"" && test x"$USE_WIN32_RANDOM" = x"" && test x"$USE_DEV_URANDOM" = x"" ; then
1502315023
if test x"$with_openssl" = x"yes" ; then
1502415024
USE_OPENSSL_RANDOM=1
15025-
elif test "$PORTNAME" = x"win32" ; then
15025+
elif test "$PORTNAME" = "win32" ; then
1502615026
USE_WIN32_RANDOM=1
1502715027
else
1502815028
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for /dev/urandom" >&5

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1981,7 +1981,7 @@ fi
19811981
if test "$enable_strong_random" = "yes" && test x"$USE_OPENSSL_RANDOM" = x"" && test x"$USE_WIN32_RANDOM" = x"" && test x"$USE_DEV_URANDOM" = x"" ; then
19821982
if test x"$with_openssl" = x"yes" ; then
19831983
USE_OPENSSL_RANDOM=1
1984-
elif test "$PORTNAME" = x"win32" ; then
1984+
elif test "$PORTNAME" = "win32" ; then
19851985
USE_WIN32_RANDOM=1
19861986
else
19871987
AC_CHECK_FILE([/dev/urandom], [], [])

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy