aboutsummaryrefslogtreecommitdiffstats
path: root/macros/autogen.sh
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@src.gnome.org>1998-05-10 08:53:51 +0800
committerRaja R Harinath <harinath@src.gnome.org>1998-05-10 08:53:51 +0800
commit5825f51ae13e3b9abff3d980274db64ef26e98dc (patch)
tree2de0cf54f78cb20ccba415e94e09469f32aefa20 /macros/autogen.sh
parent667ddb5e5f2dbffca19affdb90cf3125b13629ee (diff)
downloadgsoc2013-evolution-5825f51ae13e3b9abff3d980274db64ef26e98dc.tar
gsoc2013-evolution-5825f51ae13e3b9abff3d980274db64ef26e98dc.tar.gz
gsoc2013-evolution-5825f51ae13e3b9abff3d980274db64ef26e98dc.tar.bz2
gsoc2013-evolution-5825f51ae13e3b9abff3d980274db64ef26e98dc.tar.lz
gsoc2013-evolution-5825f51ae13e3b9abff3d980274db64ef26e98dc.tar.xz
gsoc2013-evolution-5825f51ae13e3b9abff3d980274db64ef26e98dc.tar.zst
gsoc2013-evolution-5825f51ae13e3b9abff3d980274db64ef26e98dc.zip
Remove simple-minded check for `gtk+'.
* autogen.sh: Remove simple-minded check for `gtk+'. svn path=/trunk/; revision=211
Diffstat (limited to 'macros/autogen.sh')
-rw-r--r--macros/autogen.sh16
1 files changed, 0 insertions, 16 deletions
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 <<EOF
-**Warning**: You must have Gtk installed to compile Gnome. I cannot
-find it installed in the usual places. "configure" may do a better
-job of finding out if you have it installed. If Gtk is not installed,
-visit ftp://ftp.gimp.org/pub/gtk/ (or get it out of CVS too).
-
-EOF
-
if test -z "$*"; then
echo "**Warning**: I am going to run "\`configure\'" with no arguments."
echo "If you wish to pass any to it, please specify them on the"