From 6bb1f396735659604283b63e7fbf932b561396a2 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sat, 7 Feb 2009 12:08:51 +0100 Subject: [PATCH] configure.in: add $(EXEEXT) to optional occ for cygwin --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 5b5d857..1d6667c 100644 --- a/configure.in +++ b/configure.in @@ -382,7 +382,7 @@ if test "$have_omega" = true; then AC_DEFINE(HAVE_OMEGA,[],[use omega]) fi if test "$have_codegen" = true -a x$have_ginac = xtrue; then - bv_omega_programs="occ $bv_omega_programs" + bv_omega_programs="occ\$(EXEEXT) $bv_omega_programs" fi AM_CONDITIONAL(HAVE_OMEGA, test x$have_omega = xtrue) AM_CONDITIONAL(BUNDLED_OMEGA, test $with_omega = bundled) -- 2.11.4.GIT