--- old/common/autoconf/basics.m4 2013-03-28 17:12:24.746408733 +0100 +++ new/common/autoconf/basics.m4 2013-03-28 17:12:24.646391436 +0100 @@ -602,6 +602,10 @@ if test "x$OPENJDK_TARGET_OS" = "xwindows"; then BASIC_REQUIRE_PROG(COMM, comm) fi + +if test "x$OPENJDK_TARGET_OS" = "xmacosx"; then + BASIC_REQUIRE_PROG(XATTR, xattr) +fi ]) # Check if build directory is on local disk. If not possible to determine,