Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 98839
Collapse All | Expand All

(-)../gecko-sharp-2.0-0.7.old/configure.in (-11 / +9 lines)
Lines 54-71 Link Here
54
PKG_CHECK_MODULES(GAPI, gapi-2.0 >= 1.9.0)
54
PKG_CHECK_MODULES(GAPI, gapi-2.0 >= 1.9.0)
55
55
56
dnl Find Mozilla
56
dnl Find Mozilla
57
dnl AC_ARG_WITH(mozilla-headers,
57
AC_ARG_WITH(firefox,
58
dnl        [  --with-mozilla-headers  Specify location of MOZILLA headers],
58
		[  --with-firefox
59
dnl        [MOZ_CFLAGS="-I$withval"],
59
				 Use firefox-gtkmozembed instead of mozilla],[
60
dnl        [MOZ_CFLAGS="-I/usr/include/mozilla"])
60
		  PKG_CHECK_MODULES(GTKMOZEMBED, firefox-gtkmozembed)
61
                                                                                
61
  ], [
62
dnl AC_ARG_WITH(mozilla-libs,
62
		  PKG_CHECK_MODULES(GTKMOZEMBED, mozilla-gtkmozembed)
63
dnl        [  --with-mozilla-libs     Specify location of MOZILLA libs],
63
	])
64
dnl        [MOZ_LIBS="-L$withval"],
65
dnl        [MOZ_LIBS="-L/usr/lib/mozilla"])
66
64
67
dnl AC_SUBST(MOZ_LIBS)
65
AC_SUBST(GTK_MOZEMBED_CFLAGS)
68
dnl AC_SUBST(MOZ_CFLAGS)
66
AC_SUBST(GTK_MOZEMBED_LIBS)
69
67
70
AC_PATH_PROG(GACUTIL, gacutil, no)
68
AC_PATH_PROG(GACUTIL, gacutil, no)
71
if test "x$GACUTIL" = "xno" ; then
69
if test "x$GACUTIL" = "xno" ; then

Return to bug 98839