* configure.ac: Fix a typo.

This commit is contained in:
Vladimir Serbinenko 2013-12-06 10:02:24 +01:00
parent 8c534b85f1
commit 896f483d49
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-12-06 Vladimir Serbinenko <phcoder@gmail.com>
* configure.ac: Fix a typo.
2013-12-06 Vladimir Serbinenko <phcoder@gmail.com>
Revamp relocation handling.

View File

@ -551,7 +551,7 @@ AC_COMPILE_IFELSE(
# used by gcrypt
if test x$grub_cv_cc_target_clang_ame = xno ; then
TARGET_CCASFLAGS="$TARGET_CCASFLAGS -no-integrated-as"
TARGET_CFLAGS="$TARGET_CCASFLAGS -no-integrated-as"
TARGET_CFLAGS="$TARGET_CFLAGS -no-integrated-as"
fi
fi