]> git.lyx.org Git - lyx.git/blobdiff - config/lyxinclude.m4
Initialize status_ in the 3rd constructor.
[lyx.git] / config / lyxinclude.m4
index ff112e7e8f5bd5acce6adc765d09e87e8247c9d8..509898034bd9ad9266cf3b452d04846da442f5c1 100644 (file)
@@ -912,8 +912,8 @@ extern int select ($ac_cv_func_select_arg1,$ac_cv_func_select_arg234,$ac_cv_func
 AC_DEFUN(LYX_USE_FRONTEND,
 [AC_MSG_CHECKING(what frontend should be used as main GUI)
 AC_ARG_WITH(frontend,
-  [  --with-frontend[=value] Use THIS frontend as main GUI:
-                          Possible values: xforms,kde,gnome],
+  [  --with-frontend=THIS    Use THIS frontend as main GUI:
+                            Possible values: xforms, qt2, gnome],
   [lyx_use_frontend="$withval"], [lyx_use_frontend="xforms"])
 AC_MSG_RESULT($lyx_use_frontend)
 lyx_flags="$lyx_flags frontend-$lyx_use_frontend"