shithub: aubio

Download patch

ref: aad12354b6dc3e8afc99dfd8c0d95a9448e713ac
parent: 6f42c16b317d2a7363ccddb2783b75c6720042f5
author: Paul Brossier <piem@piem.org>
date: Fri Apr 22 19:48:15 EDT 2016

src/aubio_priv.h: check if HAVE_ATLAS_CBLAS_H is defined, avoiding warning otherwise

--- a/src/aubio_priv.h
+++ b/src/aubio_priv.h
@@ -67,7 +67,7 @@
 #ifdef HAVE_ACCELERATE
 #define HAVE_ATLAS 1
 #include <Accelerate/Accelerate.h>
-#elif HAVE_ATLAS_CBLAS_H
+#elif defined(HAVE_ATLAS_CBLAS_H)
 #define HAVE_ATLAS 1
 #include <atlas/cblas.h>
 #else