diff configure.in @ 7958:9939bb6332a3

FTGL configure test fix
author John W. Eaton <jwe@octave.org>
date Mon, 21 Jul 2008 15:27:22 -0400
parents 0da8455b31c1
children 6a7db240b3a3
line wrap: on
line diff
--- a/configure.in	Mon Jul 21 15:23:29 2008 -0400
+++ b/configure.in	Mon Jul 21 15:27:22 2008 -0400
@@ -677,12 +677,14 @@
 #ifdef HAVE_FTGL_FTGL_H
 #ifdef HAVE_FTGL_UPPERCASE
 #include <FTGL/FTGL.h>
+#include <FTGL/FTGLTextureFont.h>
 #else
 #include <FTGL/ftgl.h>
 #endif
 #elif HAVE_FTGL_H
 #ifdef HAVE_FTGL_UPPERCASE
 #include <FTGL.h>
+#include <FTGLTextureFont.h>
 #else
 #include <ftgl.h>
 #endif