Blob Blame History Raw
--- raidem-0.3.1-src/configure.ac~	2006-07-18 19:31:30.000000000 +0200
+++ raidem-0.3.1-src/configure.ac	2006-07-18 19:31:30.000000000 +0200
@@ -88,7 +88,7 @@
 
     if test $VER_MAJOR -lt 2 ||
        test $VER_MINOR -lt 1 ||
-       test $VER_PATCH -lt 10; then
+       test $VER_MINOR -eq 1 -a $VER_PATCH -lt 10; then
       AC_MSG_NOTICE([installed version of Freetype < 2.1.10]) &&
       try_local_freetype
     else
--- raidem-0.3.1-src/configure~	2006-07-18 19:31:33.000000000 +0200
+++ raidem-0.3.1-src/configure	2006-07-18 19:31:33.000000000 +0200
@@ -2888,7 +2888,7 @@
 
     if test $VER_MAJOR -lt 2 ||
        test $VER_MINOR -lt 1 ||
-       test $VER_PATCH -lt 10; then
+       test $VER_MINOR -eq 1 -a $VER_PATCH -lt 10; then
       { echo "$as_me:$LINENO: installed version of Freetype < 2.1.10" >&5
 echo "$as_me: installed version of Freetype < 2.1.10" >&6;} &&
       try_local_freetype