| version 1.49, 2001/08/08 17:08:23 |
version 1.50, 2001/08/09 15:40:37 |
| |
| | |
| 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 |
| | |