]> granicus.if.org Git - graphviz/commitdiff
require gd-2.0.34 else use internal version
authorellson <devnull@localhost>
Fri, 11 Mar 2005 17:52:15 +0000 (17:52 +0000)
committerellson <devnull@localhost>
Fri, 11 Mar 2005 17:52:15 +0000 (17:52 +0000)
configure.ac

index e2911ea05fd66b62fa71591be17037e3f0758dfb..9ec7c86361721b2adb5f4fcd7a6f8ddb602fd307 100644 (file)
@@ -677,10 +677,10 @@ if test "x$with_mylibgd" != "xyes"; then
                 AC_DEFINE_UNQUOTED(HAVE_$f,1,[Define if the GD library has the $f feature])
         done
 
-        # version check >= 2.0.33  else revert to --with-mylibgd
+        # GD version check >= 2.0.34  else revert to --with-mylibgd
         REQ_GD_MAJORVERSION=2
         REQ_GD_MINORVERSION=0
-        REQ_GD_REVISION=33
+        REQ_GD_REVISION=34
         if test $GD_MAJORVERSION -lt $REQ_GD_MAJORVERSION; then
            with_mylibgd=yes
         else