Index: configure.in =================================================================== RCS file: /cvs/tools/config_office/configure.in,v retrieving revision 1.49.2.3.2.6 diff -u -r1.49.2.3.2.6 configure.in --- configure.in 16 Apr 2003 12:12:10 -0000 1.49.2.3.2.6 +++ configure.in 19 Apr 2003 07:41:57 -0000 @@ -225,6 +225,9 @@ ;; "WINNT") ;; + "AIX") + echo "AIX is an alpha port ---> Use at own risk" >> warn + ;; *) AC_MSG_ERROR([$_os operating system is not suitable to build OpenOffice.org!]) ;; @@ -892,7 +895,8 @@ _perl_version=$? if test "$_perl_version" -lt 5; then AC_MSG_ERROR([found Perl version "$_perl_version", use version 5 of Perl]) - fi + fi + AC_MSG_RESULT([checked (perl $_perl_version)]) else AC_MSG_ERROR([Perl not found, install version 5 of Perl]) fi