From: Paul Brossier Date: Tue, 18 Sep 2018 14:10:47 +0000 (+0200) Subject: src/aubio_priv.h: avoid hard-coded undefs X-Git-Tag: 0.4.7~17 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=b3146dfd7eb0e914026e6674e6a3c06c00fc3203;p=aubio.git src/aubio_priv.h: avoid hard-coded undefs --- diff --git a/src/aubio_priv.h b/src/aubio_priv.h index 1e9881e1..5bb10bfb 100644 --- a/src/aubio_priv.h +++ b/src/aubio_priv.h @@ -76,8 +76,6 @@ #elif defined(HAVE_ATLAS_CBLAS_H) #define HAVE_ATLAS 1 #include -#else -#undef HAVE_ATLAS #endif #ifdef HAVE_ACCELERATE @@ -160,8 +158,6 @@ #if !defined(HAVE_MEMCPY_HACKS) && !defined(HAVE_ACCELERATE) && !defined(HAVE_ATLAS) && !defined(HAVE_INTEL_IPP) #define HAVE_NOOPT 1 -#else -#undef HAVE_NOOPT #endif #include "types.h"