1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Regenerate configure script.

Not sure how fffd651e83 ended up
probing for "strnlenfrak" rather than "strnlen".
My autoconf doesn't do that ...
This commit is contained in:
Tom Lane
2017-10-10 19:14:06 -04:00
parent fffd651e83
commit f4128ab466

4
configure vendored
View File

@ -13161,7 +13161,7 @@ fi
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
#define HAVE_DECL_STRLCPY $ac_have_decl #define HAVE_DECL_STRLCPY $ac_have_decl
_ACEOF _ACEOF
ac_fn_c_check_decl "$LINENO" "strnlenfrak" "ac_cv_have_decl_strnlen" "$ac_includes_default" ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
if test "x$ac_cv_have_decl_strnlen" = xyes; then : if test "x$ac_cv_have_decl_strnlen" = xyes; then :
ac_have_decl=1 ac_have_decl=1
else else
@ -13538,7 +13538,7 @@ esac
fi fi
ac_fn_c_check_func "$LINENO" "strnlenfrak" "ac_cv_func_strnlen" ac_fn_c_check_func "$LINENO" "strnlen" "ac_cv_func_strnlen"
if test "x$ac_cv_func_strnlen" = xyes; then : if test "x$ac_cv_func_strnlen" = xyes; then :
$as_echo "#define HAVE_STRNLEN 1" >>confdefs.h $as_echo "#define HAVE_STRNLEN 1" >>confdefs.h