]> git.lyx.org Git - lyx.git/blobdiff - config/lyxinclude.m4
Fix dEPM crash:
[lyx.git] / config / lyxinclude.m4
index 96f37cb2c1cfbf1a7a7cf5c418231bb0c17dffc5..e022616aeb810a18e71f69b286497704b7031e85 100644 (file)
@@ -555,7 +555,7 @@ AC_DEFUN([LYX_USE_FRONTENDS],
 AC_ARG_WITH(frontend,
   [  --with-frontend=THIS    Use THIS frontend as main GUI:
                            Possible values: qt4],
-  [FRONTENDS="$withval"])
+  [FRONTENDS="$withval"],[FRONTENDS="qt4"])
 if test "x$FRONTENDS" = x ; then
   AC_MSG_RESULT(none)
   AC_ERROR("Please select a frontend using --with-frontend")