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/acinclude.m4')
-rw-r--r--newlib/acinclude.m42
1 files changed, 0 insertions, 2 deletions
diff --git a/newlib/acinclude.m4 b/newlib/acinclude.m4
index ba6e0464c..e75fbfd2a 100644
--- a/newlib/acinclude.m4
+++ b/newlib/acinclude.m4
@@ -148,8 +148,6 @@ AM_CONDITIONAL(ELIX_LEVEL_2, test x[$]{newlib_elix_level} = x2)
AM_CONDITIONAL(ELIX_LEVEL_3, test x[$]{newlib_elix_level} = x3)
AM_CONDITIONAL(ELIX_LEVEL_4, test x[$]{newlib_elix_level} = x4)
-AM_CONDITIONAL(USE_LIBTOOL, test x[$]{use_libtool} = xyes)
-
# Emit any target-specific warnings.
if test "x${newlib_msg_warn}" != "x"; then
AC_MSG_WARN([${newlib_msg_warn}])