View | Details | Raw Unified | Return to bug 3497 | Differences between
and this patch

Collapse All | Expand All

(-)a/configure.ac (+1 lines)
Lines 1763-1768 AC_ARG_WITH([audit], Link Here
1763
		AC_CHECK_HEADERS([libaudit.h])
1763
		AC_CHECK_HEADERS([libaudit.h])
1764
		SSHDLIBS="$SSHDLIBS -laudit"
1764
		SSHDLIBS="$SSHDLIBS -laudit"
1765
		AC_DEFINE([USE_LINUX_AUDIT], [1], [Use Linux audit module])
1765
		AC_DEFINE([USE_LINUX_AUDIT], [1], [Use Linux audit module])
1766
		CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
1766
		;;
1767
		;;
1767
	  debug)
1768
	  debug)
1768
		AUDIT_MODULE=debug
1769
		AUDIT_MODULE=debug

Return to bug 3497