version 1.49, 2001/08/08 17:08:23 |
version 1.52, 2001/10/09 13:43:06 |
| |
| |
if test "$with_stlport" != "no" | if test "$with_stlport" != "no" |
then | then |
if test -z "$with_stlport" && test -z "$with_stlport_lib" -o -z "$with_stlport_include" | |
then | # if test -z "$with_stlport" && test -z "$with_stlport_lib" -o -z "$with_stlport_include" |
AC_MSG_ERROR([You must call configure with the --with-stlport or --with-stlport-lib and with-stlport-include options. | # then |
This tells configure where to find the STLPort files.]) | # AC_MSG_ERROR([You must call configure with the --with-stlport or --with-stlport-lib and with-stlport-include options. |
fi | #This tells configure where to find the STLPort files.]) |
| # fi |
| |
if test $with_stlport | if test $with_stlport |
then | then |
| |
STLPORT_LIB="-L$with_stlport/lib" | STLPORT_LIB="-L$with_stlport/lib" |
fi | fi |
else | else |
no_stlport="no" | no_stlport="yes" |
AC_MSG_RESULT(*** Override the use of the STLPorts (EXPERIMENTAL) ***) | AC_MSG_RESULT(*** Override the use of the STLPorts (EXPERIMENTAL) ***) |
fi | fi |
| |
| |
fi | fi |
| |
| |
| dnl ========== |
| dnl LibXML |
| dnl ========== |
| |
| if test "$enable_3d" = "yes" |
| then |
| AM_PATH_XML2( 2.0.0, , AC_MSG_ERROR(libxml2 must be installed.) ) |
| fi |
| |
| |
dnl ==================================================================== | dnl ==================================================================== |
dnl Checks for libraries. | dnl Checks for libraries. |
| |