From 684bc9f48bbd560618bb2c07f5482d28d1519644 Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 8 Jun 2007 04:45:16 +0000 Subject: Image driver libgd dependancy fix git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@803 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- drivers.m4 | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers.m4') diff --git a/drivers.m4 b/drivers.m4 index 7c7b942..4fed7e7 100644 --- a/drivers.m4 +++ b/drivers.m4 @@ -549,6 +549,7 @@ if test "$GRAPHIC" = "yes"; then if test "$has_gd" = "true"; then DRIVERS="$DRIVERS widget_image.o" DRVLIBS="$DRVLIBS -lgd" + AC_DEFINE(WITH_GD, 1, [GD library]) AC_DEFINE(WITH_IMAGE, 1, [image widget]) fi fi -- cgit v1.2.3