Wireshark-commits: [Wireshark-commits] master-2.0 c72d16f: Don't just ask for C, ask for standard C

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 7 Oct 2015 18:01:26 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c72d16f89c55331f9226cbb6ee47205f9133e27e
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

c72d16f by Guy Harris (guy@xxxxxxxxxxxx):

    Don't just ask for C, ask for standard C - preferably C99.
    
    We're using some C99 features, such as variadic macros, so if there's a
    compiler flag needed for C99 features, make sure it's supplied.  If the
    compiler doesn't support standard C, complain.
    
    Change-Id: I6fb18f5222567249370b3d43065f2258dbde7e4d
    Reviewed-on: https://code.wireshark.org/review/10866
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit 8b030b61a931892ff46eae438f6b9f3b7119115e)
    Reviewed-on: https://code.wireshark.org/review/10867
    

Actions performed:

    from  9244de8   wslua: fix memleak in lua_prime_all_fields
    adds  c72d16f   Don't just ask for C, ask for standard C - preferably C99.


Summary of changes:
 configure.ac |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)