Re: Another dead configure test
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andres Freund <andres@anarazel.de>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2022-08-18T17:00:28Z
Lists: pgsql-hackers
Andres Freund <andres@anarazel.de> writes: > Looks good, except that it perhaps could go a tad further: TCL_SHARED_BUILD > isn't used either afaics? I wondered about that, but we do need TCL_SHARED_BUILD in configure itself, and the PGAC_EVAL_TCLCONFIGSH macro is going to AC_SUBST it. We could remove the line in Makefile.global but I don't think that buys much, and it might be more confusing not less so. regards, tom lane
Commits
-
Remove unused configure variable.
- 27f1774aac1f 16.0 landed