Fix bridge-utils configuration failure (#3931), thanks sn9

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12388 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Florian Fainelli 2008-08-25 10:06:25 +00:00
parent b98cd0193c
commit 5cadbecad4
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ CONFIGURE_ARGS += \
define Build/Configure define Build/Configure
(cd $(PKG_BUILD_DIR); \ (cd $(PKG_BUILD_DIR); \
[ "$(PKG_VERSION)" = "1.0.6" ] || ln -s configure.in configure.ac; \
autoconf; \ autoconf; \
./configure $(CONFIGURE_ARGS) \ ./configure $(CONFIGURE_ARGS) \
) )