From: Vladimir Serbinenko Date: Fri, 6 Dec 2013 09:02:24 +0000 (+0100) Subject: * configure.ac: Fix a typo. X-Git-Tag: grub-2.02-beta1~151 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=896f483d496f1654f01fc726f80f5a299777d8dd;p=thirdparty%2Fgrub.git * configure.ac: Fix a typo. --- diff --git a/ChangeLog b/ChangeLog index ee38108f7..1f876c348 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-12-06 Vladimir Serbinenko + + * configure.ac: Fix a typo. + 2013-12-06 Vladimir Serbinenko Revamp relocation handling. diff --git a/configure.ac b/configure.ac index fec093b96..0cd666051 100644 --- a/configure.ac +++ b/configure.ac @@ -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