Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitad365b2

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 parent92fb649 commitad365b2

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
iftest"$enable_strong_random" ="yes"&&test x"$USE_OPENSSL_RANDOM" = x""&&test x"$USE_WIN32_RANDOM" = x""&&test x"$USE_DEV_URANDOM" = x"";then
1502315023
iftest x"$with_openssl" = x"yes";then
1502415024
USE_OPENSSL_RANDOM=1
15025-
eliftest"$PORTNAME" =x"win32";then
15025+
eliftest"$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)

[8]ページ先頭

©2009-2025 Movatter.jp