summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index d7c6ad83f4..3c5e17a0fa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -565,9 +565,10 @@ fi
dnl ** Which objdump to use?
dnl --------------------------------------------------------------
-dnl Note: we may not have objdump on OS X, and we only need it on Windows (for DLL checks)
+dnl Note: we may not have objdump on OS X, and we only need it on
+dnl Windows (for DLL checks), OpenBSD, and AIX
case $HostOS_CPP in
- cygwin32|mingw32)
+ cygwin32|mingw32|openbsd|aix)
AC_CHECK_TARGET_TOOL([OBJDUMP], [objdump])
;;
esac