From d74a43919d69cdc1350e06d736c2971168cc69e4 Mon Sep 17 00:00:00 2001 From: handa Date: Tue, 17 Jan 2006 07:12:55 +0000 Subject: [PATCH] If GD library is available, define HAVE_GD as 1 or 2 in CONFIG_FLAGS. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0384285..143e6fe 100644 --- a/configure.ac +++ b/configure.ac @@ -282,7 +282,7 @@ if test "x$with_gd" != "xno"; then [Define to 1 or 2 if you have gd library and header file.]) M17N_EXT_LIBS="$M17N_EXT_LIBS gdlib" GD_LD_FLAGS=-lgd - CONFIG_FLAGS="$CONFIG_FLAGS -DHAVE_GD" + CONFIG_FLAGS="$CONFIG_FLAGS -DHAVE_GD=$HAVE_GD" fi LIBS="$save_LIBS" fi -- 1.7.10.4