aboutsummaryrefslogtreecommitdiffstats
path: root/Raster.c
diff options
context:
space:
mode:
authorreinelt <>2003-07-29 04:56:13 +0000
committerreinelt <>2003-07-29 04:56:13 +0000
commiteaa20ab6512e69a3f7cac0b8a7c840c430e5eb51 (patch)
tree8a45be4b879a10adfa2c2eb5b0943d4d919e6f75 /Raster.c
parent6ea1ce26e69f1180806cd31f71a3e59091820371 (diff)
downloadlcd4linux-eaa20ab6512e69a3f7cac0b8a7c840c430e5eb51.tar.gz
[lcd4linux @ 2003-07-29 04:56:13 by reinelt]
disable Raster driver automagically if gd.h not found
Diffstat (limited to 'Raster.c')
-rw-r--r--Raster.c7
1 files changed, 4 insertions, 3 deletions
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