Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Michael Smith <msmith@cbnco.com>
do_compile () {
. ${CONFIG_SITE}
- if [ X"$ac_cv_uint" == X"yes" ]; then
+ if [ X"$ac_cv_uint" = X"yes" ]; then
CFLAGS="${CFLAGS} -DHAVE_uint"
fi
install -d ${S}/bin/${TARGET_SYS}
do_compile () {
. ${CONFIG_SITE}
- if [ X"$ac_cv_uint" == X"yes" ]; then
+ if [ X"$ac_cv_uint" = X"yes" ]; then
CFLAGS="${CFLAGS} -DHAVE_uint"
fi
install -d ${S}/bin/${TARGET_SYS}
do_compile () {
. ${CONFIG_SITE}
- if [ X"$ac_cv_uint" == X"yes" ]; then
+ if [ X"$ac_cv_uint" = X"yes" ]; then
CFLAGS="${CFLAGS} -DHAVE_uint"
fi
install -d ${S}/bin/${TARGET_SYS}