diff -r e885c762cedd -r 584dc2e95e04 common/autoconf/libraries.m4 --- a/common/autoconf/libraries.m4 Thu Sep 05 10:58:25 2013 -0700 +++ b/common/autoconf/libraries.m4 Thu Sep 12 12:29:17 2013 -0700 @@ -43,6 +43,14 @@ AC_MSG_RESULT([alsa pulse]) fi +if test "x$OPENJDK_TARGET_OS" = xaix; then + AC_MSG_CHECKING([what is not needed on AIX?]) + ALSA_NOT_NEEDED=yes + PULSE_NOT_NEEDED=yes + AC_MSG_RESULT([alsa pulse]) +fi + + if test "x$OPENJDK_TARGET_OS" = xwindows; then AC_MSG_CHECKING([what is not needed on Windows?]) CUPS_NOT_NEEDED=yes