summaryrefslogtreecommitdiff
path: root/config.in
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-07-29 01:02:10 +0200
committerKevin Ryde <user42@zip.com.au>2000-07-29 01:02:10 +0200
commit1b7b461e0160c82c9264e1caf7ea2db523bd0983 (patch)
treeeb559a4cb2208dcc4e0fd3655e1309e034fe4482 /config.in
parent276a710ddeffb4b5a6e2d21e1512511e28d34751 (diff)
downloadgmp-1b7b461e0160c82c9264e1caf7ea2db523bd0983.tar.gz
Regenerate for:
* configure.in (--enable-fft): New option, default "no".
Diffstat (limited to 'config.in')
-rw-r--r--config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.in b/config.in
index 0cefea78c..8b2546ef1 100644
--- a/config.in
+++ b/config.in
@@ -152,6 +152,9 @@ MA 02111-1307, USA.
/* Define if mpn/tests has calling conventions checking for the CPU */
#undef HAVE_CALLING_CONVENTIONS
+/* ./configure --enable-fft option, to enable FFTs for multiplication */
+#undef WANT_FFT
+
/* Define if you have the <string.h> header file. */
#undef HAVE_STRING_H