configure.ac: Remove useless AC_SUBST

No longer used since commit 805e431a386.
This commit is contained in:
Peter Eisentraut 2024-11-13 10:29:31 +01:00
parent f683ba0867
commit f05b5e6346
2 changed files with 0 additions and 3 deletions

2
configure vendored
View File

@ -722,7 +722,6 @@ with_tcl
ICU_LIBS ICU_LIBS
ICU_CFLAGS ICU_CFLAGS
with_icu with_icu
INCLUDES
autodepend autodepend
PKG_CONFIG_LIBDIR PKG_CONFIG_LIBDIR
PKG_CONFIG_PATH PKG_CONFIG_PATH
@ -7953,7 +7952,6 @@ done
IFS=$ac_save_IFS IFS=$ac_save_IFS
# #
# Library directories # Library directories
# #

View File

@ -800,7 +800,6 @@ for dir in $with_includes $SRCH_INC; do
fi fi
done done
IFS=$ac_save_IFS IFS=$ac_save_IFS
AC_SUBST(INCLUDES)
# #