common/autoconf/basics.m4

changeset 874
dfbc93f26f38
parent 864
9e177e7fc438
child 904
37d2736caf46
equal deleted inserted replaced
873:72ef61df77e5 874:dfbc93f26f38
654 if test "x$OPENJDK_TARGET_OS" = "xwindows"; then 654 if test "x$OPENJDK_TARGET_OS" = "xwindows"; then
655 BASIC_REQUIRE_PROG(COMM, comm) 655 BASIC_REQUIRE_PROG(COMM, comm)
656 fi 656 fi
657 657
658 if test "x$OPENJDK_TARGET_OS" = "xmacosx"; then 658 if test "x$OPENJDK_TARGET_OS" = "xmacosx"; then
659 BASIC_REQUIRE_PROG(DSYMUTIL, dsymutil) 659 BASIC_REQUIRE_PROG(DSYMUTIL, dsymutil)
660 BASIC_REQUIRE_PROG(XATTR, xattr) 660 BASIC_REQUIRE_PROG(XATTR, xattr)
661 AC_PATH_PROG(CODESIGN, codesign) 661 AC_PATH_PROG(CODESIGN, codesign)
662 if test "x$CODESIGN" != "x"; then 662 if test "x$CODESIGN" != "x"; then
663 # Verify that the openjdk_codesign certificate is present 663 # Verify that the openjdk_codesign certificate is present
664 AC_MSG_CHECKING([if openjdk_codesign certificate is present]) 664 AC_MSG_CHECKING([if openjdk_codesign certificate is present])

mercurial