From d8457eb18cf499cd3284175d490e4fb558b2ff90 Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Wed, 16 Sep 2009 23:15:43 +0000 Subject: 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 --- include/asterisk/autoconfig.h.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/asterisk') 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 -- cgit v1.2.3