leborchuk commented on code in PR #1752:
URL: https://github.com/apache/cloudberry/pull/1752#discussion_r3281514332


##########
configure:
##########
@@ -11337,6 +11339,56 @@ $as_echo "yes" >&6; }
 fi
 fi
 
+#
+# gp_stats_collector
+#
+
+
+
+# Check whether --with-gp-stats-collector was given.
+if test "${with_gp_stats_collector+set}" = set; then :
+  withval=$with_gp_stats_collector;
+  case $withval in
+    yes)
+      :
+      ;;
+    no)
+      :
+      ;;
+    *)
+      as_fn_error $? "no argument expected for --with-gp-stats-collector 
option" "$LINENO" 5
+      ;;
+  esac
+
+else
+  with_gp_stats_collector=no
+

Review Comment:
   Yes, the hardest part was finding autocnf 2.69 version, because newest 
versions generates a lot of changes



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