Qt2 port compiles with qt 2.2.1, so don't test for higher.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1769 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2001-03-15 12:54:01 +00:00
parent a3b75ee8bf
commit a3de819fa3
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-03-15 Angus Leeming <a.leeming@ic.ac.uk>
* qt2.m4: qt2 port compiles with qt 2.2.1. Changed test to
(QT_VERSION < 221).
2001-03-02 John Levon <moz@compsoc.man.ac.uk>
* lyxinclude.m4: minor changes, --with-lyx-version becomes

View File

@ -315,7 +315,7 @@ AC_TRY_COMPILE([
#include <qglobal.h>
],
[
#if (QT_VERSION < 223)
#if (QT_VERSION < 221)
break_me_(\\\);
#endif
],