Wireshark-commits: [Wireshark-commits] master-2.0 a993ff8: Now that we're using AC_PROG_CC_STDC, le

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

Commits:

a993ff8 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>
    (cherry picked from commit 12446da29bf57dc95b9050cc0ec669d60a381dc0)
    Reviewed-on: https://code.wireshark.org/review/10911
    

Actions performed:

    from  7ade4eb   airpdcap: add free_key_string function, fix memleaks
    adds  a993ff8   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(-)