icu: fix do_configure
authorKoen Kooi <koen@openembedded.org>
Mon, 2 Jun 2008 22:35:31 +0000 (22:35 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 2 Jun 2008 22:35:31 +0000 (22:35 +0000)
packages/icu/icu-3.6.inc

index ec95cab..04fc842 100644 (file)
@@ -11,6 +11,7 @@ inherit autotools pkgconfig binconfig
 
 do_configure() {
        libtoolize --force
+       gnu-configize --force
        oe_runconf
 }