Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/configure.in')
-rw-r--r--newlib/libm/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libm/configure.in b/newlib/libm/configure.in
index 1c59c5ad2..edaa1e3e4 100644
--- a/newlib/libm/configure.in
+++ b/newlib/libm/configure.in
@@ -38,5 +38,6 @@ if test -n "${libm_machine_dir}"; then
fi
AC_SUBST(LIBM_MACHINE_LIB)
+AM_CONDITIONAL(HAVE_LIBM_MACHINE_DIR, test x${libm_machine_dir} != x)
AC_OUTPUT(Makefile math/Makefile mathfp/Makefile common/Makefile)