Mercurial > hg > octave-lyh
diff configure.in @ 7874:e3a502930e2a
eliminate src/graphics subdirectory
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 05 Jun 2008 18:00:37 -0400 |
parents | 2a62d45fa21d |
children | 627b10572d82 |
line wrap: on
line diff
--- a/configure.in +++ b/configure.in @@ -664,11 +664,12 @@ OPENGL_LIBS="$OPENGL_LIBS $FT2_LIBS -lftgl" LIBS="$save_LIBS" AC_DEFINE(HAVE_FTGL, 1, [Define to 1 if FTGL is present]) - AC_MSG_RESULT(yes)],[ + AC_MSG_RESULT(yes) + XTRA_CXXFLAGS="$XTRA_CXXFLAGS $FT2_CFLAGS"],[ + AC_MSG_RESULT(no)])],[ + warn_graphics="FTGL library not found. Native renderer will not have on-screen text"]) LIBS="$save_LIBS" CXXFLAGS="$save_CXXFLAGS" - AC_MSG_RESULT(no)])],[ - warn_graphics="FTGL library not found. Native renderer will not have on-screen text"]) AC_LANG_POP(C++) fi fi @@ -1961,9 +1962,7 @@ libcruft/qrupdate/Makefile libcruft/ranlib/Makefile libcruft/slatec-fn/Makefile libcruft/slatec-err/Makefile libcruft/villad/Makefile - libcruft/blas-xtra/Makefile libcruft/lapack-xtra/Makefile - src/graphics/Makefile src/graphics/Makerules - src/graphics/opengl/Makefile src/graphics/fltk_backend/Makefile]) + libcruft/blas-xtra/Makefile libcruft/lapack-xtra/Makefile]) AC_OUTPUT AC_CONFIG_COMMANDS([default-1],[[chmod +x install-octave]],[[]])