]> git.lyx.org Git - lyx.git/blobdiff - config/configure.ac
Small change.
[lyx.git] / config / configure.ac
index 96eba2f6ce72ec1b6669b1d95f4f45c9fc5fcaf0..48708148595c080bd8dd3289533202d8cfc14ce6 100644 (file)
@@ -150,7 +150,6 @@ CPPFLAGS="$CPPFLAGS $X_CFLAGS"
 ## Check whether X is new enough to handle the input method stuff
 AC_CHECK_FUNCS(XOpenIM)
 
 ### check which frontend we want to use
 
 #LYX_USE_FRONTEND
@@ -195,11 +194,17 @@ case "$lyx_use_frontend" in
     FRONTEND_GUILIB="qt2/*.lo qt2/ui/*.lo qt2/moc/*.lo qt2/ui/moc/*.lo"
     FRONTEND_LDFLAGS="\$(QT_LDFLAGS)"
     FRONTEND_INCLUDES="-I\${srcdir}/qt2 \$(QT_INCLUDES)"
-    FRONTEND_LIBS="\$(QT_LIB)";;
+    FRONTEND_LIBS="\$(QT_LIB)"
+    FRONTEND_INFO="    Qt version:                   ${QT_VERSION}\n"
+    ;;
   *)
     LYX_ERROR(Unknown frontend $lyx_use_frontend);;
 esac
 
+# Do this here instead of in the LYX_USE_XFORMS_IMAGE_LOADER macro
+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