comparison 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
comparison
equal deleted inserted replaced
7920:e56bb65186f6 7921:fcc70f30fe31
663 AC_TRY_LINK([ 663 AC_TRY_LINK([
664 #ifdef HAVE_FTGL_FTGL_H 664 #ifdef HAVE_FTGL_FTGL_H
665 #include <FTGL/ftgl.h> 665 #include <FTGL/ftgl.h>
666 #elif HAVE_FTGL_H 666 #elif HAVE_FTGL_H
667 #include <ftgl.h> 667 #include <ftgl.h>
668 #fi], [ 668 #endif], [
669 FTGLTextureFont font("");], [ 669 FTGLTextureFont font("");], [
670 OPENGL_LIBS="$OPENGL_LIBS $FT2_LIBS -lftgl" 670 OPENGL_LIBS="$OPENGL_LIBS $FT2_LIBS -lftgl"
671 LIBS="$save_LIBS" 671 LIBS="$save_LIBS"
672 AC_DEFINE(HAVE_FTGL, 1, [Define to 1 if FTGL is present]) 672 AC_DEFINE(HAVE_FTGL, 1, [Define to 1 if FTGL is present])
673 AC_MSG_RESULT(yes) 673 AC_MSG_RESULT(yes)