diff options
-rw-r--r-- | meta/classes/autotools.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index 927e3432b7..33546e0eb6 100644 --- a/meta/classes/autotools.bbclass +++ b/meta/classes/autotools.bbclass | |||
@@ -115,7 +115,7 @@ autotools_do_configure() { | |||
115 | echo "no" | glib-gettextize --force --copy | 115 | echo "no" | glib-gettextize --force --copy |
116 | fi | 116 | fi |
117 | fi | 117 | fi |
118 | if grep "^AC_PROG_INTLTOOL" $CONFIGURE_AC >/dev/null; then | 118 | if grep "^[AI][CT]_PROG_INTLTOOL" $CONFIGURE_AC >/dev/null; then |
119 | oenote Executing intltoolize --copy --force --automake | 119 | oenote Executing intltoolize --copy --force --automake |
120 | intltoolize --copy --force --automake | 120 | intltoolize --copy --force --automake |
121 | fi | 121 | fi |