aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/configure.in')
-rw-r--r--gdb/testsuite/configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/testsuite/configure.in b/gdb/testsuite/configure.in
index c126ba7..446c8d1 100644
--- a/gdb/testsuite/configure.in
+++ b/gdb/testsuite/configure.in
@@ -106,6 +106,9 @@ if test "${enable_gdbtk}" = "yes"; then
fi
# End stuff to support --enable-shared
+dnl Check for exe extension set on certain hosts (e.g. Win32)
+AC_EXEEXT
+
# configure the subdirectories too
AC_CONFIG_SUBDIRS($configdirs)