| 19 | Configure, Autoconf, Automake, Philippe.Dax@enst.fr, © ENST - 2001-2004 - BDL | Dup | Top | Prev | Next >>> |
AC_MSG_CHECKING(whether java2 is somewhere)
|
if test "$java2" = yes ; then
AC_MSG_RESULT(yes)
else
AC_MSG_RESULT([ ---> java2: http://java.sun.com/java2/])
fi
|
AC_CHECK_LIB(jpeg, jpeg_read_scanlines,
[],
[AC_MSG_WARN([jpeg library not found!])])
|