From aad12354b6dc3e8afc99dfd8c0d95a9448e713ac Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 22 Apr 2016 23:48:15 +0200 Subject: [PATCH] src/aubio_priv.h: check if HAVE_ATLAS_CBLAS_H is defined, avoiding warning otherwise --- src/aubio_priv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aubio_priv.h b/src/aubio_priv.h index 396a711a..49c81918 100644 --- a/src/aubio_priv.h +++ b/src/aubio_priv.h @@ -67,7 +67,7 @@ #ifdef HAVE_ACCELERATE #define HAVE_ATLAS 1 #include -#elif HAVE_ATLAS_CBLAS_H +#elif defined(HAVE_ATLAS_CBLAS_H) #define HAVE_ATLAS 1 #include #else -- 2.11.0