The following commit has been merged in the master branch:
commit fbfda2821f4d511f975528047f09f26eaacb2993
Author: Guillem Jover <[email protected]>
Date:   Sun Sep 27 17:24:06 2009 +0200

    build: Do not test for C99 for-loop variable declaration support
    
    This extension is not going to be used in the code base anyway.

diff --git a/m4/compiler.m4 b/m4/compiler.m4
index 4e20108..ca32c73 100644
--- a/m4/compiler.m4
+++ b/m4/compiler.m4
@@ -74,10 +74,6 @@ AC_DEFUN([DPKG_TRY_C99],
        /* Specific size type */
        uint32_t baz = 0;
 
-       /* C99-style for-loop declarations */
-       for (int i = 0; i < 10; i++)
-               continue;
-
        /* Magic __func__ variable */
        printf("%s", __func__);
 ]])], [$1], [$2])dnl

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to