common/autoconf/basics.m4
changeset 16580 6acb502beafa
parent 15056 6a7cbe3b0f08
child 17592 06b7538d17ef
--- a/common/autoconf/basics.m4	Thu Apr 04 09:25:58 2013 +0200
+++ b/common/autoconf/basics.m4	Fri Apr 05 09:38:54 2013 +0200
@@ -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,