diff options
author | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2007-06-08 04:45:16 +0000 |
---|---|---|
committer | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2007-06-08 04:45:16 +0000 |
commit | 684bc9f48bbd560618bb2c07f5482d28d1519644 (patch) | |
tree | 80e30b96a3a724c5c43a3f42883fdcf42afc53ff /configure | |
parent | 775475883e63c7486c3ec043d10f62502cf40826 (diff) | |
download | lcd4linux-684bc9f48bbd560618bb2c07f5482d28d1519644.tar.gz |
Image driver libgd dependancy fix
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@803 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rwxr-xr-x | configure | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -8012,6 +8012,11 @@ if test "$GRAPHIC" = "yes"; then DRVLIBS="$DRVLIBS -lgd" cat >>confdefs.h <<\_ACEOF +#define WITH_GD 1 +_ACEOF + + +cat >>confdefs.h <<\_ACEOF #define WITH_IMAGE 1 _ACEOF |