configure --without-tk option is no longer necessary
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 3 Mar 2013 16:27:43 +0000 (11:27 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 3 Mar 2013 16:27:43 +0000 (11:27 -0500)
wwwtools/update-nls-www

index 412ed309e6f6c71f9c1878f7ec00df4cdec44671..6608ecc6c88389a85b93c5f725c445be39ee70d1 100755 (executable)
@@ -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