X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Finet_pton;h=43cde40c23715d33a1c3bcf84590106ade98bd51;hb=cd56634a4a8179fd5a4419fbb3e27211b042ab1c;hp=44c50b892e579619a399020f036fcd9131c69834;hpb=ed39fd917449e87da736b651102b192510809b06;p=gnulib.git diff --git a/modules/inet_pton b/modules/inet_pton index 44c50b892..43cde40c2 100644 --- a/modules/inet_pton +++ b/modules/inet_pton @@ -6,15 +6,19 @@ lib/inet_pton.c m4/inet_pton.m4 Depends-on: -c-ctype -sys_socket arpa_inet -errno -netinet_in extensions +c-ctype [test $HAVE_INET_PTON = 0 || test $REPLACE_INET_NTOP = 1] +sys_socket [test $HAVE_INET_PTON = 0 || test $REPLACE_INET_NTOP = 1] +errno [test $HAVE_INET_PTON = 0 || test $REPLACE_INET_NTOP = 1] +netinet_in [test $HAVE_INET_PTON = 0 || test $REPLACE_INET_NTOP = 1] configure.ac: gl_FUNC_INET_PTON +if test $HAVE_INET_PTON = 0 || test $REPLACE_INET_NTOP = 1; then + AC_LIBOBJ([inet_pton]) + gl_PREREQ_INET_PTON +fi gl_ARPA_INET_MODULE_INDICATOR([inet_pton]) Makefile.am: