From 176d707e0a3171b182d05874466aa48b41f1261e Mon Sep 17 00:00:00 2001 From: steve Date: Tue, 22 May 2001 02:05:50 +0000 Subject: [PATCH] configure detect exe suffixes. --- vvp/configure.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vvp/configure.in b/vvp/configure.in index 17e3b8335..cb2e8040a 100644 --- a/vvp/configure.in +++ b/vvp/configure.in @@ -5,6 +5,11 @@ AC_PROG_CC AC_PROG_CXX AC_CHECK_TOOL(STRIP, strip, true) +AC_CYGWIN +AC_EXEEXT +AC_MINGW32 +AC_SUBST(EXEEXT) + AC_PROG_INSTALL AC_ARG_ENABLE(vvp-debug, vvp-debug -- interactive debugger for VVP runtime.,