Skip to content
Snippets Groups Projects
Commit 4e9ad7d5 authored by akkana%netscape.com's avatar akkana%netscape.com
Browse files

Add coherent message if gtk libs are missing

parent 701b6553
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment