[ds6-devel] nc6 configure.ac,1.12,1.13

chris@deepspace6.net chris@deepspace6.net
Wed Jan 1 23:40:41 2003


Update of /cvs/nc6

Modified Files:
	configure.ac 
Log Message:
Removed extra GUESS_STACK args and some redundant notice messages.


Index: configure.ac
===================================================================
RCS file: /cvs/nc6/configure.ac,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- configure.ac	1 Jan 2003 20:48:49 -0000	1.12
+++ configure.ac	1 Jan 2003 23:40:39 -0000	1.13
@@ -98,7 +98,7 @@
 )
 
 if test "X$stack_guess" != "Xno"; then
-  IN6_GUESS_STACK(ipv6, ipv6libdir, ipv6lib)
+  IN6_GUESS_STACK
   NC6_CFLAGS="${NC6_CFLAGS} ${INET6_CFLAGS}"
   LIBS="${INET6_LIBS} ${LIBS}"
 fi
@@ -121,24 +121,21 @@
   AC_DEFINE(
     [HAVE_GETADDRINFO_AI_ADDRCONFIG], 1, 
     [Define if the system headers support the AI_ADDRCONFIG flag.]
-  ),
-  AC_MSG_NOTICE([getaddrinfo does not support the AI_ADDRCONFIG flag.])
+  )
 )
 
 GETADDRINFO_AI_V4MAPPED(
   AC_DEFINE(
     [HAVE_GETADDRINFO_AI_V4MAPPED], 1, 
     [Define if the system headers support the AI_V4MAPPED flag.]
-  ),
-  AC_MSG_NOTICE([getaddrinfo does not support the AI_V4MAPPED flag.])
+  )
 )
 
 GETADDRINFO_AI_ALL(
   AC_DEFINE(
     [HAVE_GETADDRINFO_AI_ALL], 1, 
     [Define if the system headers support the AI_ALL flag.]
-  ),
-  AC_MSG_NOTICE([getaddrinfo does not support the AI_ALL flag.])
+  )
 )
 
 



More information about the ds6-devel mailing list