summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2009-09-16 23:15:43 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2009-09-16 23:15:43 +0000
commitd8457eb18cf499cd3284175d490e4fb558b2ff90 (patch)
treee597df2f21576c9bbd88184fde3577419c4f4622 /include
parentd8a2d3dedf35927c4b52439b0bd46b28cd5464ae (diff)
Detect whether we actually have the long double type, before looking for those functions.
(closes issue #15017) Reported by: tzafrir Patches: 20090916__issue15017.diff.txt uploaded by tilghman (license 14) Tested by: tzafrir git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@219007 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/autoconfig.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in
index 632059e20..0746a890f 100644
--- a/include/asterisk/autoconfig.h.in
+++ b/include/asterisk/autoconfig.h.in
@@ -473,6 +473,10 @@
/* Define to 1 if you have the `logl' function. */
#undef HAVE_LOGL
+/* Define to 1 if the type `long double' works and has more range or precision
+ than `double'. */
+#undef HAVE_LONG_DOUBLE_WIDER
+
/* Define to 1 if you have the libtool library. */
#undef HAVE_LTDL