# HG changeset patch # User John W. Eaton # Date 1216668442 14400 # Node ID 9939bb6332a395818b081b79c5d8a9207757c826 # Parent ba2e00a216e8baadd7e26be233813c4034611b15 FTGL configure test fix diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-07-21 John W. Eaton + + * configure.in: If FTGL.h is found, then also include + FTGLTextureFont.h in test code. + 2008-07-21 Michael Goffioul * configure.in: Remove GRAPHICS_OPENGL variable. diff --git a/configure.in b/configure.in --- a/configure.in +++ b/configure.in @@ -677,12 +677,14 @@ #ifdef HAVE_FTGL_FTGL_H #ifdef HAVE_FTGL_UPPERCASE #include +#include #else #include #endif #elif HAVE_FTGL_H #ifdef HAVE_FTGL_UPPERCASE #include +#include #else #include #endif