gnome.bbclass: remove unneeded -I argument to autoconf

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2591 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton 2007-08-29 09:55:47 +00:00
parent 6b1890a73f
commit 0e3f9067bd
1 changed files with 0 additions and 2 deletions

View File

@ -13,8 +13,6 @@ FILES_${PN} += "${datadir}/application-registry ${datadir}/mime-info \
inherit autotools pkgconfig gconf
EXTRA_AUTORECONF += "-I ${STAGING_DIR}/${HOST_SYS}/share/aclocal/gnome2-macros"
gnome_stage_includes() {
autotools_stage_includes
}