]> granicus.if.org Git - graphviz/commitdiff
restore --with-mylibgd as the default
authorellson <devnull@localhost>
Wed, 24 May 2006 16:35:44 +0000 (16:35 +0000)
committerellson <devnull@localhost>
Wed, 24 May 2006 16:35:44 +0000 (16:35 +0000)
configure.ac

index 8ff21401f0a3074c287f7babbb864f766dd2770e..b337afc3fc03ec9f346f17f69264ebb950d17167 100644 (file)
@@ -1120,6 +1120,9 @@ AC_ARG_WITH(mylibgd,
   [AC_HELP_STRING([--with-mylibgd],
                   [use internal gd library in preference to any installed libgd])])
 
+if test "x$with_libgd" != "xno"; then
+       with_libgd=yes
+fi
 if test "x$with_mylibgd" = "xyes"; then
        with_libgd=yes
 fi