projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f683ba0
)
configure.ac: Remove useless AC_SUBST
author
Peter Eisentraut
Wed, 13 Nov 2024 09:29:31 +0000
(10:29 +0100)
committer
Peter Eisentraut
Wed, 13 Nov 2024 09:29:31 +0000
(10:29 +0100)
No longer used since commit
805e431a386
.
configure
patch
|
blob
|
blame
|
history
configure.ac
patch
|
blob
|
blame
|
history
diff --git
a/configure
b/configure
index 4b01b682b15e621ed75719988e4694faaea7d603..f58eae1baa8aac665524b3c5c2cd36c1d560d66a 100755
(executable)
--- 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 e7f4f0fc22ffe6ab48008a84b222393743b10996..82c5009e3e83315ecf47552d20353aba63ad0217 100644
(file)
--- 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)
#