@@ -744,6 +744,7 @@ python_includespec
744744python_libdir
745745python_libspec
746746python_additional_libs
747+ ZIC
747748OSSP_UUID_LIBS
748749HAVE_IPV6
749750LIBOBJS
@@ -6955,6 +6956,60 @@ fi
69556956
69566957fi
69576958
6959+ if test "$cross_compiling" = yes && test -z "$with_system_tzdata"; then
6960+ # Extract the first word of "zic", so it can be a program name with args.
6961+ set dummy zic; ac_word=$2
6962+ { echo "$as_me:$LINENO: checking for $ac_word" >&5
6963+ echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6964+ if test "${ac_cv_path_ZIC+set}" = set; then
6965+ echo $ECHO_N "(cached) $ECHO_C" >&6
6966+ else
6967+ case $ZIC in
6968+ [\\/]* | ?:[\\/]*)
6969+ ac_cv_path_ZIC="$ZIC" # Let the user override the test with a path.
6970+ ;;
6971+ *)
6972+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6973+ for as_dir in $PATH
6974+ do
6975+ IFS=$as_save_IFS
6976+ test -z "$as_dir" && as_dir=.
6977+ for ac_exec_ext in '' $ac_executable_extensions; do
6978+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6979+ ac_cv_path_ZIC="$as_dir/$ac_word$ac_exec_ext"
6980+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6981+ break 2
6982+ fi
6983+ done
6984+ done
6985+ IFS=$as_save_IFS
6986+
6987+ ;;
6988+ esac
6989+ fi
6990+ ZIC=$ac_cv_path_ZIC
6991+ if test -n "$ZIC"; then
6992+ { echo "$as_me:$LINENO: result: $ZIC" >&5
6993+ echo "${ECHO_T}$ZIC" >&6; }
6994+ else
6995+ { echo "$as_me:$LINENO: result: no" >&5
6996+ echo "${ECHO_T}no" >&6; }
6997+ fi
6998+
6999+
7000+ if test -z "$ZIC"; then
7001+ { { echo "$as_me:$LINENO: error:
7002+ When cross-compiling, either use the option --with-system-tzdata to use
7003+ existing time-zone data, or set the environment variable ZIC to a zic
7004+ program to use during the build." >&5
7005+ echo "$as_me: error:
7006+ When cross-compiling, either use the option --with-system-tzdata to use
7007+ existing time-zone data, or set the environment variable ZIC to a zic
7008+ program to use during the build." >&2;}
7009+ { (exit 1); exit 1; }; }
7010+ fi
7011+ fi
7012+
69587013# Supply a numeric version string for use by 3rd party add-ons
69597014# awk -F is a regex on some platforms, and not on others, so make "." a tab
69607015PG_VERSION_NUM="`echo "$PACKAGE_VERSION" | sed 's/[A-Za-z].*$//' |
@@ -27320,6 +27375,7 @@ python_includespec!$python_includespec$ac_delim
2732027375python_libdir!$python_libdir$ac_delim
2732127376python_libspec!$python_libspec$ac_delim
2732227377python_additional_libs!$python_additional_libs$ac_delim
27378+ ZIC!$ZIC$ac_delim
2732327379OSSP_UUID_LIBS!$OSSP_UUID_LIBS$ac_delim
2732427380HAVE_IPV6!$HAVE_IPV6$ac_delim
2732527381LIBOBJS!$LIBOBJS$ac_delim
@@ -27352,7 +27408,7 @@ vpath_build!$vpath_build$ac_delim
2735227408LTLIBOBJS!$LTLIBOBJS$ac_delim
2735327409_ACEOF
2735427410
27355- if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 59 ; then
27411+ if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 60 ; then
2735627412 break
2735727413 elif $ac_last_try; then
2735827414 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
0 commit comments