Removed redundant test. Thanks to Chris <dexter@dns.ci.columbia.mo.us> for pointing this out.

This commit is contained in:
cls%seawood.org 1998-11-17 22:32:35 +00:00
Родитель 02b071a3cc
Коммит 13578c77c0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -560,7 +560,7 @@ res=`echo :$MOZ_TOOLKIT | grep -c "gtk"`
if [ test $res != 0 ]; then
AC_ARG_WITH(gtk-config,
[ --with-gtk-config=\$prog specify which gtk-config to use],
if test test ! -x $withval; then
if test ! -x $withval; then
AC_MSG_ERROR("Specified --with-gtk-config not executable")
else
GTK_CONFIG=$withval