/[classpath]/classpath/configure.in
ViewVC logotype

Diff of /classpath/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.122 by tromey, Thu Jun 12 03:28:50 2003 UTC revision 1.123 by cbj, Sat Jun 14 02:47:51 2003 UTC
# Line 125  if test "x${COMPILE_JNI}" = xyes; then Line 125  if test "x${COMPILE_JNI}" = xyes; then
125    
126    dnl Check for AWT related glib/gtk/libart_lgpl    dnl Check for AWT related glib/gtk/libart_lgpl
127    if test "x${COMPILE_GTK_PEER}" = xyes; then    if test "x${COMPILE_GTK_PEER}" = xyes; then
128       m4_pattern_allow([AM_PATH_GTK_2_0])  dnl     m4_pattern_allow([AM_PATH_GTK_2_0])
129       m4_pattern_allow([AM_PATH_GLIB_2_0])  dnl     m4_pattern_allow([AM_PATH_GLIB_2_0])
130       m4_ifdef([AM_PATH_GTK_2_0],       m4_ifdef([AM_PATH_GTK_2_0],
131         AM_PATH_GTK_2_0(2.0.0,,exit 1),         [AM_PATH_GTK_2_0(2.0.0,,exit 1)],
132         AC_MSG_ERROR([No AM_PATH_GTK_2_0 macro found: use --disable-gtk-peer?]))         [AC_MSG_ERROR([No AM_PATH_GTK_2_0 macro found: use --disable-gtk-peer])])
133       m4_ifdef([AM_PATH_GTK_2_0],       m4_ifdef([AM_PATH_GTK_2_0],
134         AM_PATH_GLIB_2_0(2.0.0,,exit 1,gthread),         [AM_PATH_GLIB_2_0(2.0.0,,exit 1,gthread)],
135        AC_MSG_ERROR([No AM_PATH_GLIB_2_0 macro found: use --disable-gtk-peer?]))         [AC_MSG_ERROR([No AM_PATH_GLIB_2_0 macro found: use --disable-gtk-peer])])
136      dnl XXX Fix me when libart.m4 has the compile test fixed!      dnl XXX Fix me when libart.m4 has the compile test fixed!
137      dnl enable_libarttest=no      dnl enable_libarttest=no
138      AM_PATH_LIBART(2.1.0,,exit 1)      AM_PATH_LIBART(2.1.0,,exit 1)

Legend:
Removed from v.1.122  
changed lines
  Added in v.1.123

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26