From: Bruno Haible Date: Thu, 28 Jun 2012 20:00:38 +0000 (+0200) Subject: log10f: Fix possible configuration problem. X-Git-Tag: v0.1~573 X-Git-Url: http://erislabs.net/gitweb/?p=gnulib.git;a=commitdiff_plain;h=273bfd77e1807f9e9137b2efd7ab47c86374498b log10f: Fix possible configuration problem. * m4/log10f.m4 (gl_FUNC_LOG10F): Augment LIBS by $LOG10F_LIBM, not $LOGF_LIBM. Reported by Carlos O'Donell . --- diff --git a/ChangeLog b/ChangeLog index 6eb960528..2a798eb40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2012-06-28 Bruno Haible + log10f: Fix possible configuration problem. + * m4/log10f.m4 (gl_FUNC_LOG10F): Augment LIBS by $LOG10F_LIBM, not + $LOGF_LIBM. + Reported by Carlos O'Donell . + +2012-06-28 Bruno Haible + remove: No longer override on all platforms. Fixes bug from 2010-03-20. * m4/remove.m4 (gl_FUNC_REMOVE): Test gl_cv_func_unlink_honors_slashes, not gl_cv_func_unlink_works. diff --git a/m4/log10f.m4 b/m4/log10f.m4 index e3000d0ed..5fd2f7ac6 100644 --- a/m4/log10f.m4 +++ b/m4/log10f.m4 @@ -1,4 +1,4 @@ -# log10f.m4 serial 5 +# log10f.m4 serial 6 dnl Copyright (C) 2011-2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -38,7 +38,7 @@ AC_DEFUN([gl_FUNC_LOG10F], [gl_cv_func_log10f_ieee], [ save_LIBS="$LIBS" - LIBS="$LIBS $LOGF_LIBM" + LIBS="$LIBS $LOG10F_LIBM" AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #ifndef __NO_MATH_INLINES