aboutsummaryrefslogtreecommitdiffstats
path: root/drivers.m4
diff options
context:
space:
mode:
Diffstat (limited to 'drivers.m4')
-rw-r--r--drivers.m41
1 files changed, 1 insertions, 0 deletions
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