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

Commita899ec1

Browse files
committed
Fix inconsistent configure data for --with-ssl
This inconsistency was showing up after an autoreconf.Reported-by: Antonin HouskaReviewed-by: Tom LaneDiscussion:https://postgr.es/m/47255.1613716807@antos
1 parentfe06819 commita899ec1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1234,7 +1234,7 @@ if test "$with_ssl" = openssl ; then
12341234
# thread-safety. In 1.1.0, it's no longer required, and CRYPTO_lock()
12351235
# function was removed.
12361236
AC_CHECK_FUNCS([CRYPTO_lock])
1237-
AC_DEFINE([USE_OPENSSL],1,[Define to 1if you have OpenSSL support.])
1237+
AC_DEFINE([USE_OPENSSL],1,[Define to 1to build with OpenSSL support. (--with-ssl=openssl)])
12381238
elif test "$with_ssl" != no ; then
12391239
AC_MSG_ERROR([--with-ssl must specify openssl])
12401240
fi

‎src/include/pg_config.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@
899899
/* Define to select named POSIX semaphores. */
900900
#undef USE_NAMED_POSIX_SEMAPHORES
901901

902-
/* Define to build with OpenSSL support. (--with-ssl=openssl) */
902+
/* Define to1 tobuild with OpenSSL support. (--with-ssl=openssl) */
903903
#undef USE_OPENSSL
904904

905905
/* Define to 1 to build with PAM support. (--with-pam) */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp