From 9e95633e90ebbb74ff2cffd315690d363cf83d1c Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Sun, 15 Feb 1998 20:13:03 +0000 Subject: [PATCH] check for shared gtk+ libraries also. -timj svn path=/trunk/; revision=82 --- macros/autogen.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/macros/autogen.sh b/macros/autogen.sh index 04158ac..6f45328 100644 --- a/macros/autogen.sh +++ b/macros/autogen.sh @@ -44,9 +44,13 @@ if test "$DIE" -eq 1; then 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 <