toolchain: glibc: Fix build with autoconf 2.71
[openwrt/staging/ldir.git] / toolchain / glibc / common.mk
index 4fe5761f45ea5fffea9924e3b8611335e03c54b3..0d880e04df986344caefc020a9f6b6dd0da335b2 100644 (file)
@@ -79,11 +79,6 @@ define Host/SetToolchainInfo
 endef
 
 define Host/Configure
-       [ -f $(HOST_BUILD_DIR)/.autoconf ] || { \
-               cd $(HOST_BUILD_DIR)/; \
-               autoconf --force && \
-               touch $(HOST_BUILD_DIR)/.autoconf; \
-       }
        mkdir -p $(CUR_BUILD_DIR)
        ( cd $(CUR_BUILD_DIR); rm -f config.cache; \
                $(GLIBC_CONFIGURE) \