View | Details | Raw Unified
Collapse All | Expand All

(-) configure.in.old (-4 / +2 lines)
 Lines 474-484    Link Here 
         AC_DEFINE(USE_BOARD3D,1,[Define if you want to use the 3d boards])
         AC_DEFINE(USE_BOARD3D,1,[Define if you want to use the 3d boards])
         dnl check for FTGL (dependent on freetype)
         dnl check for FTGL (dependent on freetype)
         if test "$have_freetype" = "yes"; then
         if test "$have_freetype" = "yes"; then
            dnl fixme: write a test...
            PKG_CHECK_MODULES(FTGL, ftgl, AC_DEFINE(HAVE_FTGL,1,[Define if you have the FTGL library.]),)
            dnl check for glut if there is no FTGL
            AC_DEFINE(HAVE_FTGL,1,[Define if you have the FTGL library])
            FTGL_LIBS="-lftgl"
            AC_SUBST(FTGL_LIBS)
            AC_SUBST(FTGL_LIBS)
            AC_SUBST(FTGL_CFLAGS)
         fi
         fi
      fi
      fi
   fi
   fi