src/aubio_priv.h: avoid hard-coded undefs
authorPaul Brossier <piem@piem.org>
Tue, 18 Sep 2018 14:10:47 +0000 (16:10 +0200)
committerPaul Brossier <piem@piem.org>
Tue, 18 Sep 2018 14:10:47 +0000 (16:10 +0200)
src/aubio_priv.h

index 1e9881e..5bb10bf 100644 (file)
@@ -76,8 +76,6 @@
 #elif defined(HAVE_ATLAS_CBLAS_H)
 #define HAVE_ATLAS 1
 #include <atlas/cblas.h>
-#else
-#undef HAVE_ATLAS
 #endif
 
 #ifdef HAVE_ACCELERATE
 
 #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"