diff options
Diffstat (limited to 'drivers.m4')
-rw-r--r-- | drivers.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -460,7 +460,7 @@ fi if test "$GRAPHIC" = "yes"; then DRIVERS="$DRIVERS drv_generic_graphic.o" if test "$has_gd" = "true"; then - DRIVERS="$DRIVERS drv_Image.o" + DRIVERS="$DRIVERS widget_image.o" DRVLIBS="$DRVLIBS -lgd" fi fi |