From a2b57fbd8aca744b9a6d7bcca03012a177b842ee Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 3 Mar 2013 11:27:43 -0500 Subject: [PATCH] configure --without-tk option is no longer necessary --- wwwtools/update-nls-www | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwtools/update-nls-www b/wwwtools/update-nls-www index 412ed30..6608ecc 100755 --- a/wwwtools/update-nls-www +++ b/wwwtools/update-nls-www @@ -74,7 +74,7 @@ for branch in $active_branches; do pushd $PGSRC ./configure --prefix=$MYDIR/pg-install --cache=/dev/null --enable-nls --with-includes=/usr/local/include --with-libraries=/usr/local/lib \ - --with-perl --with-tcl --without-tk + --with-perl --with-tcl popd # remove old data in case it contained garbage -- 2.39.5