* configure.ac: Fix a typo.
This commit is contained in:
parent
8c534b85f1
commit
896f483d49
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue