added the following to configure.ac

+case "$target" in
+  *sparc* )
+        AC_DEFINE(SUN_OGL_NO_VERTEX_MACROS,1,[Fix for Sun's GL])
+  ;;
+esac
+

Also added the include to the above .c files.
I'm going to add it to everything in source just haven't gotten that far yet.

Kent
This commit is contained in:
2002-11-25 10:13:52 +00:00
parent 0fbadc8eb7
commit 3f2f1571e5
7 changed files with 29 additions and 0 deletions

View File

@@ -35,6 +35,10 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
* */
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdlib.h>
#include <string.h>
#include <stdio.h>