components: lazdatadict: fixed conditional defines

git-svn-id: trunk@14757 -
This commit is contained in:
vincents 2008-04-05 09:42:09 +00:00
parent 6cdf555bb7
commit 486a2d72d1

View File

@ -2,7 +2,7 @@ unit reglazdatadict;
{$mode objfpc}{$H+}
{$IF defined(VER2_2) or (VER2_1) or (VER2_0)}
{$IF defined(VER2_2) or defined(VER2_1) or defined(VER2_0)}
{$ERROR this package requires at least fpc 2.3.1}
{$ENDIF}