remove some dnl that weren't the correct with modern autoconf
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9420 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		| @@ -17,7 +17,7 @@ AC_MSG_CHECKING([ipv6 stack type]) | |||||||
| for i in v6d toshiba kame inria zeta linux; do | for i in v6d toshiba kame inria zeta linux; do | ||||||
| 	case $i in | 	case $i in | ||||||
| 	v6d) | 	v6d) | ||||||
| 		AC_EGREP_CPP(yes, [dnl | 		AC_EGREP_CPP(yes, [ | ||||||
| #include </usr/local/v6/include/sys/types.h> | #include </usr/local/v6/include/sys/types.h> | ||||||
| #ifdef __V6D__ | #ifdef __V6D__ | ||||||
| yes | yes | ||||||
| @@ -27,7 +27,7 @@ yes | |||||||
| 			CFLAGS="-I/usr/local/v6/include $CFLAGS"]) | 			CFLAGS="-I/usr/local/v6/include $CFLAGS"]) | ||||||
| 		;; | 		;; | ||||||
| 	toshiba) | 	toshiba) | ||||||
| 		AC_EGREP_CPP(yes, [dnl | 		AC_EGREP_CPP(yes, [ | ||||||
| #include <sys/param.h> | #include <sys/param.h> | ||||||
| #ifdef _TOSHIBA_INET6 | #ifdef _TOSHIBA_INET6 | ||||||
| yes | yes | ||||||
| @@ -37,7 +37,7 @@ yes | |||||||
| 			CFLAGS="-DINET6 $CFLAGS"]) | 			CFLAGS="-DINET6 $CFLAGS"]) | ||||||
| 		;; | 		;; | ||||||
| 	kame) | 	kame) | ||||||
| 		AC_EGREP_CPP(yes, [dnl | 		AC_EGREP_CPP(yes, [ | ||||||
| #include <netinet/in.h> | #include <netinet/in.h> | ||||||
| #ifdef __KAME__ | #ifdef __KAME__ | ||||||
| yes | yes | ||||||
| @@ -47,7 +47,7 @@ yes | |||||||
| 			CFLAGS="-DINET6 $CFLAGS"]) | 			CFLAGS="-DINET6 $CFLAGS"]) | ||||||
| 		;; | 		;; | ||||||
| 	inria) | 	inria) | ||||||
| 		AC_EGREP_CPP(yes, [dnl | 		AC_EGREP_CPP(yes, [ | ||||||
| #include <netinet/in.h> | #include <netinet/in.h> | ||||||
| #ifdef IPV6_INRIA_VERSION | #ifdef IPV6_INRIA_VERSION | ||||||
| yes | yes | ||||||
| @@ -55,7 +55,7 @@ yes | |||||||
| 			[v6type=$i; CFLAGS="-DINET6 $CFLAGS"]) | 			[v6type=$i; CFLAGS="-DINET6 $CFLAGS"]) | ||||||
| 		;; | 		;; | ||||||
| 	zeta) | 	zeta) | ||||||
| 		AC_EGREP_CPP(yes, [dnl | 		AC_EGREP_CPP(yes, [ | ||||||
| #include <sys/param.h> | #include <sys/param.h> | ||||||
| #ifdef _ZETA_MINAMI_INET6 | #ifdef _ZETA_MINAMI_INET6 | ||||||
| yes | yes | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Assar Westerlund
					Assar Westerlund