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 ],