X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=configure.in;h=10e7839325c6b61dd9d3c60147ef14a8c12eca30;hb=4fff14150128dcf569ac291f28ab60f11fbab5b4;hp=775367f92251a4c28a5da06b531e2feda6470ab0;hpb=94d9db8ba7d52eafd376bb597fe5545342424811;p=lyx.git diff --git a/configure.in b/configure.in index 775367f922..10e7839325 100644 --- a/configure.in +++ b/configure.in @@ -251,6 +251,16 @@ LYX_ERROR(dnl the development tools.]) fi +### Check whether the xforms library has a viable image loader +### For now, run this test always so config.h is unchanged by a change in +### frontend +LYX_USE_XFORMS_IMAGE_LOADER + +### If the gui cannot load images itself, then we default to the +### very simple one in graphics/GraphicsImageXPM.[Ch] +AM_CONDITIONAL(USE_BASIC_IMAGE_LOADER, + test x$lyx_use_xforms_image_loader = xno) + ### Setup GNU gettext dnl GNU gettext is written in C AC_LANG_C