getgroups: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / inet_pton
index 44c50b892e579619a399020f036fcd9131c69834..18fe07ec5f55dc24612b486a0095864284e4fd81 100644 (file)
@@ -6,12 +6,12 @@ lib/inet_pton.c
 m4/inet_pton.m4
 
 Depends-on:
-c-ctype
-sys_socket
 arpa_inet
-errno
-netinet_in
 extensions
+c-ctype         [test "$ac_cv_search_inet_pton" = no && test $ac_cv_func_inet_pton = no]
+sys_socket      [test "$ac_cv_search_inet_pton" = no && test $ac_cv_func_inet_pton = no]
+errno           [test "$ac_cv_search_inet_pton" = no && test $ac_cv_func_inet_pton = no]
+netinet_in      [test "$ac_cv_search_inet_pton" = no && test $ac_cv_func_inet_pton = no]
 
 configure.ac:
 gl_FUNC_INET_PTON