From 0f22ff9ed0f57e7ac6848e015659e652b5096bd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 6 Dec 2005 22:00:17 +0000 Subject: include zexyconf.h only when ZEXY_LIBRARY is defined (so there is a good chance that zexy's configure has generated zexyconf.h) svn path=/trunk/externals/zexy/; revision=4158 --- src/zexy.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/zexy.h') diff --git a/src/zexy.h b/src/zexy.h index 14d01b6..11c6032 100644 --- a/src/zexy.h +++ b/src/zexy.h @@ -39,7 +39,13 @@ # endif #endif -#include "zexyconf.h" +#ifdef ZEXY_LIBRARY +/* some defines, which turn on special compile-options + * (like parallel-port) + * the ifdef is here, to not break the externals/build-system + */ +# include "zexyconf.h" +#endif #include "m_pd.h" #include -- cgit v1.2.1