common/autoconf/basics.m4

Print this page

        

*** 600,609 **** --- 600,613 ---- AC_PATH_PROG(TIME, time) 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, # we prefer to claim it's local. # Argument 1: directory to test