From: Peter Eisentraut Date: Wed, 13 Nov 2024 09:29:31 +0000 (+0100) Subject: configure.ac: Remove useless AC_SUBST X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=f05b5e6346802d58f23d2ba8370091eab7aa5f63;p=users%2Fc2main%2Fpostgres.git configure.ac: Remove useless AC_SUBST No longer used since commit 805e431a386. --- diff --git a/configure b/configure index 4b01b682b1..f58eae1baa 100755 --- a/configure +++ b/configure @@ -722,7 +722,6 @@ with_tcl ICU_LIBS ICU_CFLAGS with_icu -INCLUDES autodepend PKG_CONFIG_LIBDIR PKG_CONFIG_PATH @@ -7953,7 +7952,6 @@ done IFS=$ac_save_IFS - # # Library directories # diff --git a/configure.ac b/configure.ac index e7f4f0fc22..82c5009e3e 100644 --- a/configure.ac +++ b/configure.ac @@ -800,7 +800,6 @@ for dir in $with_includes $SRCH_INC; do fi done IFS=$ac_save_IFS -AC_SUBST(INCLUDES) #