aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.in
diff options
context:
space:
mode:
authorChristopher Faylor <me+cygwin@cgf.cx>2000-06-03 03:27:30 +0000
committerChristopher Faylor <me+cygwin@cgf.cx>2000-06-03 03:27:30 +0000
commit95ca63c499e65a66ea260a08eae978cb02dc6e7e (patch)
treea920dd711e3da4fc445718157baf6122333c10d6 /gdb/configure.in
parent859e1e49424f529b9500058fe073ab102f273ffd (diff)
downloadgdb-95ca63c499e65a66ea260a08eae978cb02dc6e7e.zip
gdb-95ca63c499e65a66ea260a08eae978cb02dc6e7e.tar.gz
gdb-95ca63c499e65a66ea260a08eae978cb02dc6e7e.tar.bz2
* configure.in: Detect correct versions of ranlib and windres when
cross-compiling. * configure: Regenerate.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r--gdb/configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/configure.in b/gdb/configure.in
index 63264bb..7016c9f 100644
--- a/gdb/configure.in
+++ b/gdb/configure.in
@@ -78,6 +78,8 @@ AC_PROG_AWK
AC_PROG_INSTALL
AC_CHECK_TOOL(AR, ar)
AC_CHECK_TOOL(RANLIB, ranlib, :)
+AC_CHECK_TOOL(DLLTOOL, dlltool)
+AC_CHECK_TOOL(WINDRES, windres)
AC_PROG_YACC
dnl MiG is needed for the Hurd.