(4.1p1) configure fails with --without-audit

Tim Rice tim at multitalents.net
Tue Aug 9 12:21:39 EST 2005


On Tue, 9 Aug 2005, Norihiko Murase wrote:

> Hi,
> 
> I tried to build the version 4.1p1 on FreeBSD.
> 
> When the option "--without-audit" is added, the configure
> script stops illegally with the following message:
>     Unknown audit module no
> Note that the option "--without-audit" is equivalent to
> "--with-audit=no".

Does the attached patch work for you?

> 
> It may be better that you should edit configure.ac.
> 
> 
> Thanks,
> ---
> Norihiko Murase <skeleten at shillest.net>
> 

-- 
Tim Rice				Multitalents	(707) 887-1469
tim at multitalents.net
-------------- next part --------------
--- configure.ac.old	2005-07-28 17:41:11.044914000 -0700
+++ configure.ac	2005-08-08 19:18:54.046480022 -0700
@@ -1040,6 +1040,8 @@
 		AC_MSG_RESULT(debug)
 		AC_DEFINE(SSH_AUDIT_EVENTS, [], Use audit debugging module)
 		;;
+	  no)
+		;;
 	  *)
 		AC_MSG_ERROR([Unknown audit module $withval])
 		;;


More information about the openssh-unix-dev mailing list