From 164811f75649c89481282a05a7f6204ca7c765e1 Mon Sep 17 00:00:00 2001 From: ellson Date: Wed, 24 May 2006 16:35:44 +0000 Subject: [PATCH] restore --with-mylibgd as the default --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index 8ff21401f..b337afc3f 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.40.0