aboutsummaryrefslogtreecommitdiffstats
path: root/Raster.c
diff options
context:
space:
mode:
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