View | Details | Raw Unified | Return to issue 1211
Collapse All | Expand All

(-)config_office/configure.in (-1 / +5 lines)
Lines 676-682 Link Here
676
			if test -f "$STLPORT4/lib/libstlport_mipspro_41.so"; then
676
			if test -f "$STLPORT4/lib/libstlport_mipspro_41.so"; then
677
				AC_MSG_RESULT([checked])
677
				AC_MSG_RESULT([checked])
678
			else
678
			else
679
				AC_MSG_ERROR([STLport4 libraries not found])
679
				if test -f "$STLPORT4/lib/libstlport_gcc.so"; then
680
					AC_MSG_RESULT([checked])
681
				else
682
					AC_MSG_ERROR([STLport4 libraries not found])
683
				fi
680
			fi
684
			fi
681
		else
685
		else
682
			if test -f "$STLPORT4/lib/libstlport_gcc.so"; then
686
			if test -f "$STLPORT4/lib/libstlport_gcc.so"; then

Return to issue 1211