From: Paul Brossier Date: Fri, 22 Apr 2016 21:48:15 +0000 (+0200) Subject: src/aubio_priv.h: check if HAVE_ATLAS_CBLAS_H is defined, avoiding warning otherwise X-Git-Tag: 0.4.4~300^2~249 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=aad12354b6dc3e8afc99dfd8c0d95a9448e713ac;p=aubio.git src/aubio_priv.h: check if HAVE_ATLAS_CBLAS_H is defined, avoiding warning otherwise --- 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