Locate gtkmozembed in the Debian/Ubuntu specific libxul

(patch by bsd in Mantis - #0000116)


git-svn-id: http://yate.null.ro/svn/yate/trunk@1860 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2008-03-31 11:30:30 +00:00
parent 7a7d60364d
commit 32f741241b
1 changed files with 4 additions and 0 deletions

View File

@ -719,6 +719,10 @@ if [[ "x$ac_cv_use_gtkmozilla" = "xyes" ]]; then
mozpkg="firefox-gtkmozembed"
vergmoz=`pkg-config --modversion $mozpkg 2>/dev/null`
fi
if [[ "x$vergmoz" = "x" ]]; then
mozpkg="xulrunner-gtkmozembed"
vergmoz=`pkg-config --modversion $mozpkg 2>/dev/null`
fi
incgmoz=`pkg-config --cflags $mozpkg 2>/dev/null`
libgmoz=`pkg-config --libs $mozpkg 2>/dev/null`
if [[ "x$incgmoz" != "x" -a "x$libgmoz" != "x" ]]; then