Return to acinclude.m4 CVS log | Up to Nevrax / code |
version 1.7, 2002/01/29 13:21:42 | version 1.8, 2002/02/18 12:58:38 | ||
---|---|---|---|
|
|
||
path to the STLPort library files directory. | path to the STLPort library files directory. | ||
e.g. /usr/local/stlport/lib]) | e.g. /usr/local/stlport/lib]) | ||
if test "$with_debug" = "full" | |||
then | |||
stlport_lib="stlport_gcc_stldebug" | |||
else | |||
stlport_lib="stlport_gcc" | stlport_lib="stlport_gcc" | ||
fi | |||
if test "$with_stlport" = no | if test "$with_stlport" = no | ||
then | then |
|