| version 1.34, 2001/04/12 12:41:49 |
version 1.35, 2001/05/02 14:25:47 |
| |
| fi | fi |
| AC_ARG_WITH(debug, | AC_ARG_WITH(debug, |
| [ --with-debug[=full] Build a debug version (huge libraries) | [ --with-debug[=full] Build a debug version (huge libraries) |
| --without-debug Build withoug debugging code (default)], | --without-debug Build without debugging code (default)], |
| [with_debug=$withval], | [with_debug=$withval], |
| [with_debug=no]) | [with_debug=no]) |
| if test "$with_debug" = "yes" | if test "$with_debug" = "yes" |
| |
| yo_freetype2 | yo_freetype2 |
| #endif], | #endif], |
| [AC_MSG_RESULT(yes)], | [AC_MSG_RESULT(yes)], |
| AC_MSG_ERROR([Freetype 2 library is needed to compile NeL (www.stlport.org).]) | AC_MSG_ERROR([Freetype 2 library is needed to compile NeL (freetype.sourceforge.net).]) |
| ) | ) |
| | |
| CPPFLAGS="$_CPPFLAGS" | CPPFLAGS="$_CPPFLAGS" |