[7962] Fixed compilation on OpenBSD.

Remove outdated options from configure.ac.
This commit is contained in:
AlexDereka 2009-06-05 15:05:45 +04:00
parent ddda332ca6
commit dd09e6fdf7
5 changed files with 10 additions and 43 deletions

View file

@ -23,6 +23,10 @@
#include "G3D/debug.h"
#include "G3D/format.h"
#if defined(__OpenBSD__)
#include <stdint.h>
#endif
#ifdef G3D_WIN32
#include <conio.h>