From: Michael Schmitt Date: Sat, 21 Oct 2006 08:57:32 +0000 (+0000) Subject: * lyxinclude.m4: qt3 isn't a valid frontend any longer X-Git-Tag: 1.6.10~12288 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=83c80a051c1fff140091e2d15ba6c70a3b0bd77e;p=features.git * lyxinclude.m4: qt3 isn't a valid frontend any longer git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15434 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/config/lyxinclude.m4 b/config/lyxinclude.m4 index 0a5bfe0d97..c6bebd9083 100644 --- a/config/lyxinclude.m4 +++ b/config/lyxinclude.m4 @@ -558,7 +558,7 @@ AC_DEFUN([LYX_USE_FRONTENDS], [AC_MSG_CHECKING([what frontend should be used for the GUI]) AC_ARG_WITH(frontend, [ --with-frontend=THIS Use THIS frontend as main GUI: - Possible values: qt3, qt4, gtk], + Possible values: qt4, gtk], [FRONTENDS="$withval"]) if test "x$FRONTENDS" = x ; then AC_MSG_RESULT(none)