Check-in Number:
|
899 | |
Date: |
2001-Sep-09 17:55:08 (local)
2001-Sep-09 15:55:08 (UTC) |
User: | rse |
Branch: | |
Comment: |
ops, l2_ut_sa.c now requires more Autoconf magic |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/l2/configure.ac 1.3 -> 1.4
--- configure.ac 2001/09/06 16:28:38 1.3
+++ configure.ac 2001/09/09 15:55:08 1.4
@@ -75,7 +75,7 @@
AC_PROG_CPP
AC_CHECK_DEBUGGING
AC_CONFIGURE_LIBTOOL
-AC_CHECK_FUNCS(inet_aton inet_pton)
+AC_CHECK_FUNCS(inet_aton inet_pton inet_ntoa inet_ntop snprintf vsnprintf)
AC_OUTPUT(dnl
Makefile dnl
|
|