package atk: use config.guess

This commit is contained in:
Mark Brand 2012-06-15 15:50:38 +02:00
parent b86f86abb3
commit f8714c7553
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--build="`config.guess`" \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
--disable-glibtest \