diff options
Diffstat (limited to 'newlib/libc/configure.in')
-rw-r--r-- | newlib/libc/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/configure.in b/newlib/libc/configure.in index 1254cf69b..a65226dee 100644 --- a/newlib/libc/configure.in +++ b/newlib/libc/configure.in @@ -23,6 +23,7 @@ dnl We have to enable libtool after NEWLIB_CONFIGURE because if we try and dnl add it into NEWLIB_CONFIGURE, executable tests are made before the first dnl line of the macro which fail because appropriate LDFLAGS are not set. _LT_DECL_SED +_LT_PROG_ECHO_BACKSLASH if test "${use_libtool}" = "yes"; then AC_LIBTOOL_WIN32_DLL AM_PROG_LIBTOOL |