From 7f873d92cb7038247ab578d14d7e4794dcd6d98b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Sun, 27 Mar 2016 00:32:57 +0000 Subject: Use AC_REPLACE_FUNCS and LTLIBOBJS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I0f46167fe900c39d678560809cd5391c2a9bc4d2 Reviewed-on: https://code.wireshark.org/review/14809 Petri-Dish: João Valverde Tested-by: Petri Dish Buildbot Reviewed-by: João Valverde --- cmakeconfig.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmakeconfig.h.in') diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in index a3cddcc8bd..75d9433582 100644 --- a/cmakeconfig.h.in +++ b/cmakeconfig.h.in @@ -109,8 +109,8 @@ /* Define to 1 if you have the `inet_aton' function. */ #cmakedefine HAVE_INET_ATON 1 -/* Define if inet_ntop() prototype exists */ -#cmakedefine HAVE_INET_NTOP_PROTO 1 +/* Define to 1 if you have the `inet_ntop' function. */ +#cmakedefine HAVE_INET_NTOP 1 /* Define to 1 if you have the `inet_pton' function. */ #cmakedefine HAVE_INET_PTON 1 -- cgit v1.2.3