common/autoconf/basics.m4

changeset 855
ac09e62d5e6b
parent 839
174a54ce39c4
parent 854
22c6f0b7e2b5
child 864
9e177e7fc438
equal deleted inserted replaced
842:ac748011cbbf 855:ac09e62d5e6b
642 if test "x$OPENJDK_TARGET_OS" = "xwindows"; then 642 if test "x$OPENJDK_TARGET_OS" = "xwindows"; then
643 BASIC_REQUIRE_PROG(COMM, comm) 643 BASIC_REQUIRE_PROG(COMM, comm)
644 fi 644 fi
645 645
646 if test "x$OPENJDK_TARGET_OS" = "xmacosx"; then 646 if test "x$OPENJDK_TARGET_OS" = "xmacosx"; then
647 BASIC_REQUIRE_PROG(DSYMUTIL, dsymutil)
647 BASIC_REQUIRE_PROG(XATTR, xattr) 648 BASIC_REQUIRE_PROG(XATTR, xattr)
648 AC_PATH_PROG(CODESIGN, codesign) 649 AC_PATH_PROG(CODESIGN, codesign)
649 if test "x$CODESIGN" != "x"; then 650 if test "x$CODESIGN" != "x"; then
650 # Verify that the openjdk_codesign certificate is present 651 # Verify that the openjdk_codesign certificate is present
651 AC_MSG_CHECKING([if openjdk_codesign certificate is present]) 652 AC_MSG_CHECKING([if openjdk_codesign certificate is present])

mercurial