]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
oops! accidently reverted configure to requiring tiff 3.4 rather than 3.5
authorRobert Colquhoun <rjc@trump.net.au>
Mon, 15 May 2000 13:28:29 +0000 (13:28 +0000)
committerRobert Colquhoun <rjc@trump.net.au>
Mon, 15 May 2000 13:28:29 +0000 (13:28 +0000)
configure

index acb7e62e9eb4622222bac09ca9fa7a1545b05958..a2d236f4bac992b932b43e9828719cc7157e55b7 100755 (executable)
--- a/configure
+++ b/configure
@@ -2905,7 +2905,7 @@ main()
        printf("old include files: version %u\n", TIFFLIB_VERSION);
         exit(-1);
     }
-    if (strncmp(TIFFGetVersion(), "LIBTIFF, Version 3.4", 20) != 0) {
+    if (strncmp(TIFFGetVersion(), "LIBTIFF, Version 3.5", 20) != 0) {
        printf("old library: version %s\n", TIFFGetVersion());
        exit(-1);
     } else