From: Peter Eisentraut Date: Sun, 3 Mar 2013 16:27:43 +0000 (-0500) Subject: configure --without-tk option is no longer necessary X-Git-Url: http://git.postgresql.org/gitweb/constraints.php?a=commitdiff_plain;h=a2b57fbd8aca744b9a6d7bcca03012a177b842ee;p=pgtranslation%2Fadmin.git configure --without-tk option is no longer necessary --- 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