diff options
author | Jamie Bullock <jamie@postlude.co.uk> | 2006-10-20 12:30:46 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@postlude.co.uk> | 2006-10-20 12:30:46 +0000 |
commit | 26b8e9773d86c259b7faa2d20846ca5ac3862281 (patch) | |
tree | 59645cf6472b11bb06fe4d60b7c42e3c205dc3d8 /config.h.in | |
parent | a642a56300874cabc18848d29d0b8cb882fa48db (diff) | |
download | LibXtract-26b8e9773d86c259b7faa2d20846ca5ac3862281.tar.gz LibXtract-26b8e9773d86c259b7faa2d20846ca5ac3862281.tar.bz2 LibXtract-26b8e9773d86c259b7faa2d20846ca5ac3862281.zip |
Replaced --enable-vector with --enable-fft and improved build
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index 120d8f5..b05b0e5 100644 --- a/config.h.in +++ b/config.h.in @@ -1,14 +1,14 @@ /* config.h.in. Generated from configure.in by autoheader. */ +/* Build the fft functions */ +#undef BUILD_FFT + /* Build the pd example */ #undef BUILD_PD_EXAMPLE /* Build the simpletest example */ #undef BUILD_SIMPLETEST -/* Build the vector functions */ -#undef BUILD_VECTOR - /* Define to enable debug */ #undef DEBUG |