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

(-)configure.in (-1 / +5 lines)
Lines 225-230 Link Here
225
	;;
225
	;;
226
	"WINNT")
226
	"WINNT")
227
	;;
227
	;;
228
    "AIX")
229
       echo "AIX is an alpha port ---> Use at own risk" >> warn
230
    ;;
228
   *)
231
   *)
229
   AC_MSG_ERROR([$_os operating system is not suitable to build OpenOffice.org!])
232
   AC_MSG_ERROR([$_os operating system is not suitable to build OpenOffice.org!])
230
   ;;
233
   ;;
Lines 892-898 Link Here
892
   _perl_version=$?
895
   _perl_version=$?
893
   if test "$_perl_version" -lt 5; then
896
   if test "$_perl_version" -lt 5; then
894
      AC_MSG_ERROR([found Perl version "$_perl_version", use version 5 of Perl])
897
      AC_MSG_ERROR([found Perl version "$_perl_version", use version 5 of Perl])
895
   fi 
898
   fi
899
   AC_MSG_RESULT([checked (perl $_perl_version)])
896
else
900
else
897
   AC_MSG_ERROR([Perl not found, install version 5 of Perl])
901
   AC_MSG_ERROR([Perl not found, install version 5 of Perl])
898
fi
902
fi

Return to issue 12442