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:
authorMike Frysinger <vapier@gentoo.org>2022-02-02 08:01:43 +0300
committerMike Frysinger <vapier@gentoo.org>2022-02-11 12:29:37 +0300
commitf8aede785505de293feb0c105450a0f32e8cbfe6 (patch)
treea8b4f4a52bacadd1a0852bbba9579a7b813ace40 /libgloss/configure.ac
parentad28934ad3bb2e9d6d231f55cedbd72a5480763e (diff)
libgloss: merge libnosys into top-level Makefile
Avoid a recursive make to speed things up a bit.
Diffstat (limited to 'libgloss/configure.ac')
-rw-r--r--libgloss/configure.ac5
1 files changed, 1 insertions, 4 deletions
diff --git a/libgloss/configure.ac b/libgloss/configure.ac
index 7c50e73bd..f411ff06e 100644
--- a/libgloss/configure.ac
+++ b/libgloss/configure.ac
@@ -231,10 +231,7 @@ dnl if test "${config_testsuite}" = "true";
dnl then AC_CONFIG_SUBDIRS([testsuite])
dnl fi
-if test "${config_libnosys}" = "true"; then
- AC_CONFIG_FILES([libnosys/Makefile])
- subdirs="$subdirs libnosys"
-fi
+AM_CONDITIONAL(CONFIG_LIBNOSYS, test x$config_libnosys = xtrue)
LIB_AC_PROG_CC
AS=${AS-as}