common/autoconf/basics.m4

changeset 670
3b8ffb80db0f
parent 562
14d7ebe42c8d
child 717
e247ee3924d5
     1.1 --- a/common/autoconf/basics.m4	Thu Apr 04 09:25:58 2013 +0200
     1.2 +++ b/common/autoconf/basics.m4	Fri Apr 05 09:38:54 2013 +0200
     1.3 @@ -602,6 +602,10 @@
     1.4  if test "x$OPENJDK_TARGET_OS" = "xwindows"; then
     1.5    BASIC_REQUIRE_PROG(COMM, comm)
     1.6  fi
     1.7 +
     1.8 +if test "x$OPENJDK_TARGET_OS" = "xmacosx"; then
     1.9 +  BASIC_REQUIRE_PROG(XATTR, xattr)
    1.10 +fi
    1.11  ])
    1.12  
    1.13  # Check if build directory is on local disk. If not possible to determine,

mercurial