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

Collapse All | Expand All

(-)configure.ac (+5 lines)
Lines 1398-1403 Link Here
1398
		# These are optional
1398
		# These are optional
1399
		AC_CHECK_FUNCS([getaudit_addr aug_get_machine])
1399
		AC_CHECK_FUNCS([getaudit_addr aug_get_machine])
1400
		AC_DEFINE([USE_BSM_AUDIT], [1], [Use BSM audit module])
1400
		AC_DEFINE([USE_BSM_AUDIT], [1], [Use BSM audit module])
1401
		if test "$sol2ver" -eq 11; then
1402
		   	SSHDLIBS="$SSHDLIBS -lscf"
1403
                   	AC_DEFINE([BROKEN_BSM_API], [1], 
1404
		        	  [The system has incomplete BSM API])
1405
		fi
1401
		;;
1406
		;;
1402
	  linux)
1407
	  linux)
1403
		AC_MSG_RESULT([linux])
1408
		AC_MSG_RESULT([linux])

Return to bug 1968