common/autoconf/basics.m4

changeset 855
ac09e62d5e6b
parent 839
174a54ce39c4
parent 854
22c6f0b7e2b5
child 864
9e177e7fc438
     1.1 --- a/common/autoconf/basics.m4	Thu Oct 17 09:40:42 2013 -0700
     1.2 +++ b/common/autoconf/basics.m4	Sat Oct 19 08:51:39 2013 -0700
     1.3 @@ -644,6 +644,7 @@
     1.4    fi
     1.5  
     1.6    if test "x$OPENJDK_TARGET_OS" = "xmacosx"; then
     1.7 +  BASIC_REQUIRE_PROG(DSYMUTIL, dsymutil)
     1.8      BASIC_REQUIRE_PROG(XATTR, xattr)
     1.9      AC_PATH_PROG(CODESIGN, codesign)
    1.10      if test "x$CODESIGN" != "x"; then

mercurial