From 84646ee5818571f20f853dacc1aa82073fa56d63 Mon Sep 17 00:00:00 2001 From: Costa Vitor Date: Wed, 19 Aug 2009 20:22:49 -0500 Subject: [PATCH] make includes compatible with configure.in --- H/Yap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/H/Yap.h b/H/Yap.h index d5232c40f..df5fe0044 100644 --- a/H/Yap.h +++ b/H/Yap.h @@ -14,7 +14,7 @@ *************************************************************************/ #include "config.h" -#if defined(YAPOR) || defined(TABLING) +#if defined(ENV_COPY) || defined(TABLING) #include "opt.config.h" #endif /* YAPOR || TABLING */