Wireshark-commits: [Wireshark-commits] master 3336f71: Actually define HAVE_GETADDRINFO if we find

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 26 Feb 2015 03:36:20 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3336f71753a71f78e93559a4b4d33b4e6815935a
Submitter: Jeff Morriss (jeff.morriss.ws@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

3336f71 by Jeff Morriss (jeff.morriss.ws@xxxxxxxxx):

    Actually define HAVE_GETADDRINFO if we find it.
    
    AC_CHECK_FUNC() doesn't define HAVE_XXX but AC_CHECK_FUNCS() does.  And
    AC_CHECK_LIBS() certainly doesn't define HAVE_<function>.
    
    Also remove some ancient comments.
    
    Change-Id: I49d701bb96d3bd3c55c4beb99d532e397ec554ad
    Reviewed-on: https://code.wireshark.org/review/7400
    Petri-Dish: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
    

Actions performed:

    from  4e12b59   Check whether we HAVE_GETADDRINFO before using it.
    adds  3336f71   Actually define HAVE_GETADDRINFO if we find it.


Summary of changes:
 acinclude.m4 |   24 +++++++-----------------
 1 file changed, 7 insertions(+), 17 deletions(-)