Python: typo, use $CFLAGS instead $TARGET_CFLAGS for $OPT

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-28 15:12:58 +01:00
parent d8a3ea4c1b
commit a444e6e95c

View File

@ -39,8 +39,8 @@ ac_cv_file_dev_ptc=no \
ac_cv_file_dev_ptmx=yes \
ac_cv_func_lchflags_works=no \
ac_cv_func_chflags_works=no \
ac_cv_func_printf_zd=yes
OPT="$TARGET_CFLAGS -fno-strict-aliasing" \
ac_cv_func_printf_zd=yes \
OPT="$CFLAGS -fno-strict-aliasing" \
LDFLAGS="$LDFLAGS -lexpat" \
../configure --host=$TARGET_NAME \
--build=$HOST_NAME \