common/autoconf/libraries.m4
changeset 22466 25aaf85d1ada
parent 19524 51009a053562
child 22467 b16a5ae55d50
--- 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