From 5825f51ae13e3b9abff3d980274db64ef26e98dc Mon Sep 17 00:00:00 2001 From: Raja R Harinath Date: Sun, 10 May 1998 00:53:51 +0000 Subject: Remove simple-minded check for `gtk+'. * autogen.sh: Remove simple-minded check for `gtk+'. svn path=/trunk/; revision=211 --- macros/autogen.sh | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'macros/autogen.sh') diff --git a/macros/autogen.sh b/macros/autogen.sh index a1530b20d6..ade3fd1857 100644 --- a/macros/autogen.sh +++ b/macros/autogen.sh @@ -43,22 +43,6 @@ if test "$DIE" -eq 1; then exit 1 fi -test -f /opt/lib/libgtk.a \ - || test -f /opt/lib/libgtk.so \ - || test -f /opt/gnome/lib/libgtk.a \ - || test -f /opt/gnome/lib/libgtk.so \ - || test -f /usr/lib/libgtk.a \ - || test -f /usr/lib/libgtk.so \ - || test -f /usr/local/lib/libgtk.a \ - || test -f /usr/local/lib/libgtk.so \ - || cat <