mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
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:
parent
a3b75ee8bf
commit
a3de819fa3
@ -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
|
||||
|
@ -315,7 +315,7 @@ AC_TRY_COMPILE([
|
||||
#include <qglobal.h>
|
||||
],
|
||||
[
|
||||
#if (QT_VERSION < 223)
|
||||
#if (QT_VERSION < 221)
|
||||
break_me_(\\\);
|
||||
#endif
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user