Move HAVE__GL_CLOSE_FD_MAYBE_SOCKET macro.
[pspp] / m4 / ldexpl.m4
index b7ef5807c064601bc37a091fc3ba3cfb8e763fa3..804f1b8ad7564e3d822b0c2ba626f05928b33c3d 100644 (file)
@@ -54,8 +54,10 @@ AC_DEFUN([gl_FUNC_LDEXPL],
     dnl MacOS X 10.3 has ldexpl() in libc but doesn't declare it in <math.h>.
     AC_CHECK_DECL([ldexpl], , [HAVE_DECL_LDEXPL=0], [#include <math.h>])
   else
+    HAVE_DECL_LDEXPL=0
     AC_LIBOBJ([ldexpl])
   fi
+  AC_SUBST([LDEXPL_LIBM])
 ])
 
 dnl Test whether ldexpl() works on finite numbers (this fails on AIX 5.1).