Kaydet (Commit) 089053da authored tarafından Sander Vesik's avatar Sander Vesik

IRIX uses the 4.1b4 sources of STLport.

Contributed by the SGI OpenOffice porting team.
üst 713aec80
......@@ -639,6 +639,12 @@ if test -d "$with_stlport4_home"; then
else
AC_MSG_ERROR([STLport4 libraries not found])
fi
elif test "$_os" = "IRIX" -o "$_os" = "IRIX64"; then
if test -f "$STLPORT4/lib/libstlport_mipspro_41.so"; then
AC_MSG_RESULT([Checked])
else
AC_MSG_ERROR([STLport4 libraries not found])
fi
else
if test -f "$STLPORT4/lib/libstlport_gcc.so"; then
AC_MSG_RESULT([Checked])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment