aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2015-06-19 12:33:51 +0200
committerThomas White <taw@physics.org>2015-06-19 12:38:12 +0200
commit1062513f7ecb912a50aef9559270a8218c0bacde (patch)
treebefe54e76e0ce2f686b223d5d3f78afeb8ea8f5f /configure.ac
parent89368cc3992e721c65d3783a76f854cab2643b9b (diff)
Compile asdf only if FFTW is available
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d475d6e0..5086459c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -282,6 +282,7 @@ PKG_CHECK_MODULES([FFTW], [fftw3],
have_fftw=true
AC_DEFINE([HAVE_FFTW], [1], [Define to 1 if FFTW is available])
], [
+ AC_MSG_WARN([asdf indexing wil not be available.])
have_fftw=false
])