From b3146dfd7eb0e914026e6674e6a3c06c00fc3203 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Tue, 18 Sep 2018 16:10:47 +0200 Subject: [PATCH] src/aubio_priv.h: avoid hard-coded undefs --- src/aubio_priv.h | 4 ---- 1 file changed, 4 deletions(-) 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" -- 2.11.0