Add coherent message if gtk libs are missing

git-svn-id: svn://10.0.0.236/trunk@14301 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
akkana%netscape.com
1998-11-09 21:47:41 +00:00
parent 1bea5b34a9
commit 109f33438b

View File

@@ -510,7 +510,7 @@ res=`echo :$MOZ_TOOLKIT | grep -c "gtk"`
if [ test $res != 0 ]; then
AC_CHECK_LIB(gtk, gtk_widget_set,
[TK_GTK_LIBS="`gtk-config --libs`" TK_GTK_CFLAGS="`gtk-config --cflags`" ],
[MISSING_GTK=1],
[MISSING_GTK="-lgtk -lgtk_widget_set"],
`gtk-config --libs`)
fi