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

Diff of /classpath/configure.ac

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

revision 1.91 by mark, Thu Jun 30 19:34:20 2005 UTC revision 1.92 by ziga, Mon Jul 4 14:31:00 2005 UTC
# Line 254  if test "x${COMPILE_JNI}" = xyes; then Line 254  if test "x${COMPILE_JNI}" = xyes; then
254      AC_SUBST(XSLT_CFLAGS)      AC_SUBST(XSLT_CFLAGS)
255    fi    fi
256    
257    dnl Check for AWT related gthread/gtk/libart_lgpl    dnl Check for AWT related gthread/gtk
258    if test "x${COMPILE_GTK_PEER}" = xyes; then    if test "x${COMPILE_GTK_PEER}" = xyes; then
259       AC_PATH_XTRA       AC_PATH_XTRA
260       if test "$no_x" = yes; then       if test "$no_x" = yes; then
# Line 264  if test "x${COMPILE_JNI}" = xyes; then Line 264  if test "x${COMPILE_JNI}" = xyes; then
264       AC_CHECK_LIB([Xtst], [XTestQueryExtension], [true],       AC_CHECK_LIB([Xtst], [XTestQueryExtension], [true],
265                    [AC_MSG_ERROR([libXtst NOT found, required for GdkRobot])],                    [AC_MSG_ERROR([libXtst NOT found, required for GdkRobot])],
266                    [${X_LIBS}])                    [${X_LIBS}])
267       PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.4 gthread-2.0 >= 2.2 libart-2.0 gdk-pixbuf-2.0)       PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.4 gthread-2.0 >= 2.2 gdk-pixbuf-2.0)
268       AC_SUBST(GTK_CFLAGS)       AC_SUBST(GTK_CFLAGS)
269       AC_SUBST(GTK_LIBS)       AC_SUBST(GTK_LIBS)
270    fi    fi

Legend:
Removed from v.1.91  
changed lines
  Added in v.1.92

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