common/autoconf/basics.m4

changeset 854
22c6f0b7e2b5
parent 801
7697621037fd
child 855
ac09e62d5e6b
     1.1 --- a/common/autoconf/basics.m4	Thu Oct 10 10:08:45 2013 -0700
     1.2 +++ b/common/autoconf/basics.m4	Tue Oct 15 08:24:31 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