fix GL_BACK color material bug
[mesa.git] / src / mesa / drivers / svga / svgamesa8.c
index 048ad98859746e721c2e55f6e33d8625f9841134..2578428178f3f88fa05c982a2fe94a5e2b6b6312 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: svgamesa8.c,v 1.4 2000/01/25 00:03:02 brianp Exp $ */
+/* $Id: svgamesa8.c,v 1.6 2000/06/14 21:59:07 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
  * Additional authors:  Slawomir Szczyrba <steev@hot.pl>  (Mesa 3.2)
  */
 
+#ifdef HAVE_CONFIG_H
+#include "conf.h"
+#endif
+
 #ifdef SVGA
 
 
@@ -172,4 +176,14 @@ void __read_ci32_pixels8( const GLcontext *ctx,
 }
 
 
+#else
+
+
+/* silence compiler warning */
+extern void _mesa_svga8_dummy_function(void);
+void _mesa_svga8_dummy_function(void)
+{
+}
+
+
 #endif