summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorAnthony Blake <anthonix@me.com>2013-05-15 11:35:48 +1200
committerAnthony Blake <anthonix@me.com>2013-05-15 11:35:48 +1200
commit02f01b1e13846f30b23267b543f46957cdc030d9 (patch)
tree7ef00109329376931291df87a12aabef90fdcdc2 /config.h.in
parente9f23e39aa4799d43ece73b848850d1fa54cdb44 (diff)
downloadffts-02f01b1e13846f30b23267b543f46957cdc030d9.zip
ffts-02f01b1e13846f30b23267b543f46957cdc030d9.tar.gz
Made the java checks depend on --enable-jni, Added --with-float-abi option for ARM. Michael Zucchi <notzed@gmail.com>
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in
index f91d8a9..60ecb2f 100644
--- a/config.h.in
+++ b/config.h.in
@@ -3,12 +3,15 @@
/* Define to disable dynamic code generation. */
#undef DYNAMIC_DISABLED
-/* JNI being build. */
+/* JNI being built. */
#undef ENABLE_JNI
/* Define to FFT in single precision. */
#undef FFTS_PREC_SINGLE
+/* Set ARM float abi. */
+#undef FLOAT_ABI
+
/* Define to 1 if you have the declaration of `memalign', and to 0 if you
don't. */
#undef HAVE_DECL_MEMALIGN
OpenPOWER on IntegriCloud