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/libc/sys/linux/linuxthreads/machine/i386/configure.in')
-rw-r--r--newlib/libc/sys/linux/linuxthreads/machine/i386/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/sys/linux/linuxthreads/machine/i386/configure.in b/newlib/libc/sys/linux/linuxthreads/machine/i386/configure.in
index 89bc8845e..cb2d5509b 100644
--- a/newlib/libc/sys/linux/linuxthreads/machine/i386/configure.in
+++ b/newlib/libc/sys/linux/linuxthreads/machine/i386/configure.in
@@ -13,11 +13,11 @@ NEWLIB_CONFIGURE(../../../../../..)
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
+AC_PROG_AWK
if test "${use_libtool}" = "yes"; then
AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
-AC_PROG_AWK
fi
AC_CONFIG_FILES([Makefile])