diff --git a/ChangeLog b/ChangeLog index 204b0cb70..ffb87f386 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-11-07 Vladimir Serbinenko + + * configure.ac: Remove -fnested-functions. We don't need it anymore. + 2013-11-07 Vladimir Serbinenko * configure.ac: Prevent cflags leaking to subsequent tests by always diff --git a/configure.ac b/configure.ac index 4ce0e36b4..cebf27fbe 100644 --- a/configure.ac +++ b/configure.ac @@ -543,9 +543,6 @@ fi grub_apple_target_cc if test x$grub_cv_apple_target_cc = xyes ; then - TARGET_CPPFLAGS="$TARGET_CPPFLAGS -fnested-functions" - - CFLAGS="$CFLAGS -fnested-functions" TARGET_APPLE_CC=1 AC_CHECK_PROG([TARGET_OBJCONV], [objconv], [objconv], []) if test "x$TARGET_OBJCONV" = x ; then