Searched refs:jpeg_lib (Results 1 – 1 of 1) sorted by relevance
669 AC_CHECK_LIB(jpeg, jpeg_read_scanlines, [jpeg_lib=yes], [jpeg_lib=no],)670 if test "$jpeg_lib" = "no" -a "x$with_jpeg_lib_dir" != "x" ; then682 if test "$jpeg_lib" = "yes" -a "$jpeg_h" = "yes" ; then