log10f: Fix possible configuration problem.
authorBruno Haible <bruno@clisp.org>
Thu, 28 Jun 2012 20:00:38 +0000 (22:00 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 28 Jun 2012 20:00:38 +0000 (22:00 +0200)
* m4/log10f.m4 (gl_FUNC_LOG10F): Augment LIBS by $LOG10F_LIBM, not
$LOGF_LIBM.
Reported by Carlos O'Donell <carlos_odonell@mentor.com>.

ChangeLog
m4/log10f.m4

index 6eb9605..2a798eb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2012-06-28  Bruno Haible  <bruno@clisp.org>
 
+       log10f: Fix possible configuration problem.
+       * m4/log10f.m4 (gl_FUNC_LOG10F): Augment LIBS by $LOG10F_LIBM, not
+       $LOGF_LIBM.
+       Reported by Carlos O'Donell <carlos_odonell@mentor.com>.
+
+2012-06-28  Bruno Haible  <bruno@clisp.org>
+
        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.
index e3000d0..5fd2f7a 100644 (file)
@@ -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