From 13578c77c0d5a684dc3d0c1b6bf445fc038d74a8 Mon Sep 17 00:00:00 2001 From: "cls%seawood.org" Date: Tue, 17 Nov 1998 22:32:35 +0000 Subject: [PATCH] Removed redundant test. Thanks to Chris for pointing this out. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index a8b5e51c5e8..da99a0509ba 100644 --- a/configure.in +++ b/configure.in @@ -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