diff options
| author | Stefan Schmidt <stefan@datenfreihafen.org> | 2008-11-14 23:43:33 +0000 |
|---|---|---|
| committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2008-11-14 23:43:33 +0000 |
| commit | c3ddec6575892bd802b98db7a608cd4b57ae625b (patch) | |
| tree | 42a2cd5a355d8330ebd2c77802d2cc5b028dd77a /classes | |
| parent | 625b6fa7dc58ae4c67891a8805cd5729424c3090 (diff) | |
| parent | 4a66c132ce2282f4a14b97d08e3557f855eb7b0e (diff) | |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'classes')
| -rw-r--r-- | classes/autotools.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/autotools.bbclass b/classes/autotools.bbclass index 82b5311ef5..adb57f6cc9 100644 --- a/classes/autotools.bbclass +++ b/classes/autotools.bbclass @@ -134,7 +134,7 @@ autotools_do_configure() { ;; esac if [ -e ${S}/configure ]; then - oe_runconf + oe_runconf $@ else oenote "nothing to configure" fi |
