Commit 1e567c43 by Thomas Fitzsimmons Committed by Thomas Fitzsimmons

configure.in: Add pkgconfig check for glib and gthread.

2004-02-01  Thomas Fitzsimmons  <fitzsim@redhat.com>

	* configure.in: Add pkgconfig check for glib and gthread.
	* configure: Regenerate.

From-SVN: r77093
parent 9febc4e8
2004-02-01 Thomas Fitzsimmons <fitzsim@redhat.com>
* configure.in: Add pkgconfig check for glib and gthread.
* configure: Regenerate.
2004-02-01 Michael Koch <konqueror@gmx.de> 2004-02-01 Michael Koch <konqueror@gmx.de>
* include/jvm.h (MAYBE_UNUSED): New macro tp mark probably unused * include/jvm.h (MAYBE_UNUSED): New macro tp mark probably unused
......
...@@ -880,6 +880,10 @@ else ...@@ -880,6 +880,10 @@ else
AC_SUBST(GTK_CFLAGS) AC_SUBST(GTK_CFLAGS)
AC_SUBST(GTK_LIBS) AC_SUBST(GTK_LIBS)
PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.2 gthread-2.0 >= 2.2)
AC_SUBST(GLIB_CFLAGS)
AC_SUBST(GLIB_LIBS)
PKG_CHECK_MODULES(LIBART, libart-2.0 >= 2.1) PKG_CHECK_MODULES(LIBART, libart-2.0 >= 2.1)
AC_SUBST(LIBART_CFLAGS) AC_SUBST(LIBART_CFLAGS)
AC_SUBST(LIBART_LIBS) AC_SUBST(LIBART_LIBS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment