All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH libnetfilter_queue] build: If doxygen is not available, be sure to report "doxygen: no" to ./configure
@ 2021-08-06  8:38 Duncan Roe
  2021-08-07  3:52 ` Duncan Roe
  0 siblings, 1 reply; 2+ messages in thread
From: Duncan Roe @ 2021-08-06  8:38 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel

Signed-off-by: Duncan Roe <duncan_roe@optusnet.com.au>
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index bdbee98..cf50003 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,6 +52,7 @@ AM_CONDITIONAL([HAVE_DOXYGEN], [test -n "$DOXYGEN"])
 AS_IF([test "x$DOXYGEN" = x], [
 	dnl Only run doxygen Makefile if doxygen installed
 	AC_MSG_WARN([Doxygen not found - continuing without Doxygen support])
+	with_doxygen=no
 ])
 AC_OUTPUT
 
-- 
2.17.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH libnetfilter_queue] build: If doxygen is not available, be sure to report "doxygen: no" to ./configure
  2021-08-06  8:38 [PATCH libnetfilter_queue] build: If doxygen is not available, be sure to report "doxygen: no" to ./configure Duncan Roe
@ 2021-08-07  3:52 ` Duncan Roe
  0 siblings, 0 replies; 2+ messages in thread
From: Duncan Roe @ 2021-08-07  3:52 UTC (permalink / raw)
  To: Pablo Neira Ayuso; +Cc: Netfilter Development

On Fri, Aug 06, 2021 at 06:38:40PM +1000, Duncan Roe wrote:
> Signed-off-by: Duncan Roe <duncan_roe@optusnet.com.au>
> ---
>  configure.ac | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/configure.ac b/configure.ac
> index bdbee98..cf50003 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -52,6 +52,7 @@ AM_CONDITIONAL([HAVE_DOXYGEN], [test -n "$DOXYGEN"])
>  AS_IF([test "x$DOXYGEN" = x], [
>  	dnl Only run doxygen Makefile if doxygen installed
>  	AC_MSG_WARN([Doxygen not found - continuing without Doxygen support])
> +	with_doxygen=no
>  ])
>  AC_OUTPUT
>
> --
> 2.17.5
>
Scrub this - v2 on its way (Bogus warning on --without-doxygen)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-07  3:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-06  8:38 [PATCH libnetfilter_queue] build: If doxygen is not available, be sure to report "doxygen: no" to ./configure Duncan Roe
2021-08-07  3:52 ` Duncan Roe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.