changeset 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 e56bb65186f6
children 935be827eaf8
files configure.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Wed Jun 25 22:11:07 2008 +0200
+++ b/configure.in	Thu Jul 10 17:36:20 2008 -0400
@@ -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"