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