diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2024-11-13 10:29:31 +0100 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2024-11-13 10:29:31 +0100 |
commit | f05b5e6346802d58f23d2ba8370091eab7aa5f63 (patch) | |
tree | a65cf0b1792b054734cb1d95f9c7e80ec4bfefa6 | |
parent | f683ba0867dacee295eba2e31fa0689a64f7fbe4 (diff) | |
download | postgresql-f05b5e6346802d58f23d2ba8370091eab7aa5f63.tar.gz postgresql-f05b5e6346802d58f23d2ba8370091eab7aa5f63.zip |
configure.ac: Remove useless AC_SUBST
No longer used since commit 805e431a386.
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/configure b/configure index 4b01b682b15..f58eae1baa8 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 e7f4f0fc22f..82c5009e3e8 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) # |