This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Disable libquadmath in configure.com.
authorCraig A. Berry <craigberry@mac.com>
Sat, 20 Sep 2014 02:13:54 +0000 (21:13 -0500)
committerCraig A. Berry <craigberry@mac.com>
Sat, 20 Sep 2014 02:13:54 +0000 (21:13 -0500)
commit5cbc519179d070e5670099e1d22fb729a3652e0f
tree77c2631969671f37228fca2dda50cb89781710f7
parentaf9a438112f49d9f3c6920ffd2c7dc4dd0a24d8d
Disable libquadmath in configure.com.

It can't reasonably be a configuration option since there is no
special library needed (or available) to do 128-bit doubles.

Also, we can't set the default of a configure variable to "n" unless
it's the default answer to a question we ask; the compiler
understands "#define" and "#undef" but not "#n".
configure.com