ZTE-EBASE commented on code in PR #1226:
URL: https://github.com/apache/cloudberry/pull/1226#discussion_r2217166841


##########
configure.ac:
##########
@@ -225,6 +225,15 @@ PGAC_ARG_BOOL(enable, gpfdist, yes,
              [do not use gpfdist])
 AC_SUBST(enable_gpfdist)
 
+if test "$enable_gpfdist" = yes; then
+  # Check libssh2 >= 1.0.0
+  PKG_CHECK_MODULES([LIBSSH2], [libssh2 >= 1.0.0],
+    [AC_DEFINE([LIBSSH2], [1], [Define if libssh2 is available])],
+    [AC_MSG_ERROR([libssh2 >= 1.0.0 is required for gpfdist support])]

Review Comment:
   Okay, I'll make the changes. Thank you!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to