gnokii-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Important build system changes


From: Pawel Kot
Subject: Re: Important build system changes
Date: Sun, 14 Apr 2002 17:59:27 +0200 (CEST)

On Sun, 14 Apr 2002, [iso-8859-1] Robert Steinhäußer wrote:

> # autoheader
> autoheader: No template for symbol `HAVE_LONG_DOUBLE'

Here is the fix. Already in CVS.
--- configure.in~       Sun Apr 14 18:00:59 2002
+++ configure.in        Sun Apr 14 18:00:59 2002
@@ -466,7 +466,7 @@
        [AC_TRY_RUN([int main() { long double foo = 0.0; exit(sizeof(long 
double) < sizeof(double)); }],
                ac_cv_c_long_double=yes, ac_cv_c_long_double=no, 
ac_cv_c_long_double=no)])
 if test $ac_cv_c_long_double = yes; then
-       AC_DEFINE(HAVE_LONG_DOUBLE)
+       AC_DEFINE(HAVE_LONG_DOUBLE, 1, [Define if your compiler supports the 
\`long double' type.])
 fi



pkot
-- 
mailto:address@hidden :: mailto:address@hidden
http://kt.linuxnews.pl/ :: Kernel Traffic po polsku




reply via email to

[Prev in Thread] Current Thread [Next in Thread]