]> git.lyx.org Git - lyx.git/blobdiff - config/configure.in
fix line spacing
[lyx.git] / config / configure.in
index 0d5c238963307dc77e24c852f6ead51eb74ef0bf..58058744831d020886fb482db29e71437fb5aff1 100644 (file)
@@ -203,6 +203,10 @@ case "$lyx_use_frontend" in
     LYX_ERROR(Unknown frontend $lyx_use_frontend);;
 esac
 
+AM_CONDITIONAL(USE_BASIC_IMAGE_LOADER,
+              test x$lyx_use_xforms_image_loader = xno)
+
+
 ### Check for xforms and xpm (only if X has been found).
 if test "$have_x" = no ; then
 LYX_ERROR(dnl