From: handa Date: Tue, 17 Jan 2006 07:12:55 +0000 (+0000) Subject: If GD library is available, define HAVE_GD as 1 or X-Git-Tag: REL-1-3-2~23 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d74a43919d69cdc1350e06d736c2971168cc69e4;p=m17n%2Fm17n-lib.git If GD library is available, define HAVE_GD as 1 or 2 in CONFIG_FLAGS. --- 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