From a3de819fa3cad5201b5357b38941d011ae93cacb Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Thu, 15 Mar 2001 12:54:01 +0000 Subject: [PATCH] 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 --- config/ChangeLog | 5 +++++ config/qt2.m4 | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/config/ChangeLog b/config/ChangeLog index 87996a3a40..3dc4e7ac39 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,8 @@ +2001-03-15 Angus Leeming + + * qt2.m4: qt2 port compiles with qt 2.2.1. Changed test to + (QT_VERSION < 221). + 2001-03-02 John Levon * lyxinclude.m4: minor changes, --with-lyx-version becomes diff --git a/config/qt2.m4 b/config/qt2.m4 index d973e9dca9..24f2d59406 100644 --- a/config/qt2.m4 +++ b/config/qt2.m4 @@ -315,7 +315,7 @@ AC_TRY_COMPILE([ #include ], [ -#if (QT_VERSION < 223) +#if (QT_VERSION < 221) break_me_(\\\); #endif ], -- 2.39.2