* acinclude.m4 (grub_apple_cc): Remove; since the removal of nested

functions, we only need to check this for the target, not the host.
* configure.ac (grub_apple_cc): Likewise.
This commit is contained in:
Colin Watson 2013-11-13 12:01:39 +00:00
parent 2bdd07195c
commit 11da14b548
3 changed files with 6 additions and 17 deletions

View file

@ -349,8 +349,6 @@ case "$host_os" in
;;
esac
grub_apple_cc
if test x$USE_NLS = xno; then
HOST_CFLAGS="$HOST_CFLAGS -fno-builtin-gettext"
fi