diff options
author | Thomas White <taw@physics.org> | 2015-06-19 11:50:28 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-06-19 12:38:12 +0200 |
commit | 89368cc3992e721c65d3783a76f854cab2643b9b (patch) | |
tree | cfdf8cb06f59e4b659d3f679b36fba32dd3ec4dc /configure.ac | |
parent | 89411b3b07a795e49b1c80e56f5cf6304f33ac57 (diff) |
Remove ReAx and GrainSpotter
Neither of these ever really worked, and better algorithms exist now.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d7ef46b1..d475d6e0 100644 --- a/configure.ac +++ b/configure.ac @@ -282,7 +282,6 @@ PKG_CHECK_MODULES([FFTW], [fftw3], have_fftw=true AC_DEFINE([HAVE_FFTW], [1], [Define to 1 if FFTW is available]) ], [ - AC_MSG_WARN([ReAx indexing will not be available.]) have_fftw=false ]) |