# HG changeset patch # User John W. Eaton # Date 1215725780 14400 # Node ID fcc70f30fe31cd4bc694ce773df17bb69131f8c1 # Parent e56bb65186f63d4bf82f8a9308fbef45548df372 configure.in: use #endif, not #fi in test diff --git a/configure.in b/configure.in --- a/configure.in +++ b/configure.in @@ -665,7 +665,7 @@ #include #elif HAVE_FTGL_H #include -#fi], [ +#endif], [ FTGLTextureFont font("");], [ OPENGL_LIBS="$OPENGL_LIBS $FT2_LIBS -lftgl" LIBS="$save_LIBS"