diff configure.in @ 7921:fcc70f30fe31

configure.in: use #endif, not #fi in test
author John W. Eaton <jwe@octave.org>
date Thu, 10 Jul 2008 17:36:20 -0400
parents d74e515cb535
children d74f996e005d
line wrap: on
line diff
--- a/configure.in
+++ b/configure.in
@@ -665,7 +665,7 @@
 #include <FTGL/ftgl.h>
 #elif HAVE_FTGL_H
 #include <ftgl.h>
-#fi], [
+#endif], [
 FTGLTextureFont font("");], [
           OPENGL_LIBS="$OPENGL_LIBS $FT2_LIBS -lftgl"
 	  LIBS="$save_LIBS"