Wireshark-commits: [Wireshark-commits] master 12446da: Now that we're using AC_PROG_CC_STDC, let it

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 9 Oct 2015 15:40:09 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=12446da29bf57dc95b9050cc0ec669d60a381dc0
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

12446da by Guy Harris (guy@xxxxxxxxxxxx):

    Now that we're using AC_PROG_CC_STDC, let it handle HP C.
    
    AC_PROG_CC_STDC should be setting whatever flags are needed for ISO C
    plus extensions, including requesting C99 if available.  Don't set -Ae
    ourselves for HP C.
    
    Change-Id: Icd4dfc0c2078586d5773075ee25c40bfc787a482
    Reviewed-on: https://code.wireshark.org/review/10910
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  a7ab4af   airpdcap: add free_key_string function, fix memleaks
    adds  12446da   Now that we're using AC_PROG_CC_STDC, let it handle HP C.


Summary of changes:
 configure.ac |   17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)