From: Braden M. <br...@us...> - 2007-09-20 06:44:43
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv19641 Modified Files: configure.ac ChangeLog Log Message: Use the FREETYPE_FLAGS shell variable when testing whether FreeType needs const in callback function signatures. Index: configure.ac =================================================================== RCS file: /cvsroot/openvrml/openvrml/configure.ac,v retrieving revision 1.121 retrieving revision 1.122 diff -C2 -d -r1.121 -r1.122 *** configure.ac 12 Jul 2007 06:10:51 -0000 1.121 --- configure.ac 20 Sep 2007 06:44:44 -0000 1.122 *************** *** 111,115 **** [AC_LANG_PUSH([C++]) save_CXXFLAGS="${CXXFLAGS}" ! CXXFLAGS="${CXXFLAGS} `${PKG_CONFIG} --cflags ${REQUIRE_FREETYPE}`" AC_COMPILE_IFELSE([AC_LANG_PROGRAM( [#include <ft2build.h> --- 111,115 ---- [AC_LANG_PUSH([C++]) save_CXXFLAGS="${CXXFLAGS}" ! CXXFLAGS="${CXXFLAGS} ${FREETYPE_CFLAGS}" AC_COMPILE_IFELSE([AC_LANG_PROGRAM( [#include <ft2build.h> Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1544 retrieving revision 1.1545 diff -C2 -d -r1.1544 -r1.1545 *** ChangeLog 4 Sep 2007 22:45:36 -0000 1.1544 --- ChangeLog 20 Sep 2007 06:44:44 -0000 1.1545 *************** *** 1,2 **** --- 1,7 ---- + 2007-09-20 Braden McDaniel <br...@en...> + + * configure.ac: Use the FREETYPE_FLAGS shell variable when testing + whether FreeType needs const in callback function signatures. + 2007-09-04 Braden McDaniel <br...@en...> |