mirror of
https://github.com/postgres/postgres.git
synced 2026-04-01 23:36:06 -04:00
Only update stamp-h if config.status actually looks at config.h.
This commit is contained in:
parent
6b75942c72
commit
f0fc635220
2 changed files with 2 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -8323,7 +8323,7 @@ EOF
|
|||
cat >> $CONFIG_STATUS <<\EOF
|
||||
|
||||
# Update timestamp for config.h (see Makefile.global)
|
||||
echo >src/include/stamp-h
|
||||
test x"$CONFIG_HEADERS" != x"" && echo >src/include/stamp-h
|
||||
|
||||
exit 0
|
||||
EOF
|
||||
|
|
|
|||
|
|
@ -1140,5 +1140,5 @@ AC_OUTPUT(
|
|||
],
|
||||
[
|
||||
# Update timestamp for config.h (see Makefile.global)
|
||||
echo >src/include/stamp-h
|
||||
test x"$CONFIG_HEADERS" != x"" && echo >src/include/stamp-h
|
||||
])
|
||||
|
|
|
|||
Loading…
Reference in a new issue