common/autoconf/basics.m4

changeset 670
3b8ffb80db0f
parent 562
14d7ebe42c8d
child 717
e247ee3924d5
equal deleted inserted replaced
669:2d4156e077fa 670:3b8ffb80db0f
600 AC_PATH_PROG(TIME, time) 600 AC_PATH_PROG(TIME, time)
601 601
602 if test "x$OPENJDK_TARGET_OS" = "xwindows"; then 602 if test "x$OPENJDK_TARGET_OS" = "xwindows"; then
603 BASIC_REQUIRE_PROG(COMM, comm) 603 BASIC_REQUIRE_PROG(COMM, comm)
604 fi 604 fi
605
606 if test "x$OPENJDK_TARGET_OS" = "xmacosx"; then
607 BASIC_REQUIRE_PROG(XATTR, xattr)
608 fi
605 ]) 609 ])
606 610
607 # Check if build directory is on local disk. If not possible to determine, 611 # Check if build directory is on local disk. If not possible to determine,
608 # we prefer to claim it's local. 612 # we prefer to claim it's local.
609 # Argument 1: directory to test 613 # Argument 1: directory to test

mercurial