common/autoconf/basics.m4
changeset 20641 59b55d8f4a75
parent 20363 fa7663fc5d50
parent 20640 66c24722698e
child 20650 b4fd4aee353c
--- a/common/autoconf/basics.m4	Thu Oct 17 09:40:42 2013 -0700
+++ b/common/autoconf/basics.m4	Sat Oct 19 08:51:39 2013 -0700
@@ -644,6 +644,7 @@
   fi
 
   if test "x$OPENJDK_TARGET_OS" = "xmacosx"; then
+  BASIC_REQUIRE_PROG(DSYMUTIL, dsymutil)
     BASIC_REQUIRE_PROG(XATTR, xattr)
     AC_PATH_PROG(CODESIGN, codesign)
     if test "x$CODESIGN" != "x"; then