From eaa20ab6512e69a3f7cac0b8a7c840c430e5eb51 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Tue, 29 Jul 2003 04:56:13 +0000 Subject: [lcd4linux @ 2003-07-29 04:56:13 by reinelt] disable Raster driver automagically if gd.h not found --- Raster.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Raster.c') diff --git a/Raster.c b/Raster.c index 0bc6d3d..39d9e7c 100644 --- a/Raster.c +++ b/Raster.c @@ -1,4 +1,4 @@ -/* $Id: Raster.c,v 1.22 2003/07/24 04:48:09 reinelt Exp $ +/* $Id: Raster.c,v 1.23 2003/07/29 04:56:13 reinelt Exp $ * * driver for raster formats * @@ -20,6 +20,9 @@ * * * $Log: Raster.c,v $ + * Revision 1.23 2003/07/29 04:56:13 reinelt + * disable Raster driver automagically if gd.h not found + * * Revision 1.22 2003/07/24 04:48:09 reinelt * 'soft clear' needed for virtual rows * @@ -138,8 +141,6 @@ #else #error "gd.h not found!" #error "cannot compile PNG driver" -#error "exclude the driver with" -#error "configure --drivers=all,\!PNG" #endif #endif #endif -- cgit v1.2.3