]> git.proxmox.com Git - grub2.git/commitdiff
* configure.ac: Remove -fnested-functions. We don't need it anymore.
authorVladimir Serbinenko <phcoder@gmail.com>
Thu, 7 Nov 2013 02:19:55 +0000 (03:19 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Thu, 7 Nov 2013 02:19:55 +0000 (03:19 +0100)
ChangeLog
configure.ac

index 204b0cb70f271198526f7a76b95a1490ad236bd5..ffb87f386925f863ccfb48623c9cbfa0f62eb8ba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-11-07  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * configure.ac: Remove -fnested-functions. We don't need it anymore.
+
 2013-11-07  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * configure.ac: Prevent cflags leaking to subsequent tests by always
index 4ce0e36b47073be03acae2ddfe6a45c0bc094765..cebf27fbe557e56c898b254a58613428a115774e 100644 (file)
@@ -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