Properly define the NO_AFS AM_CONDITIONAL
This commit is contained in:
		@@ -240,9 +240,9 @@ AC_ARG_ENABLE([afs-support],
 | 
			
		||||
if test "$enable_afs_support" = no; then
 | 
			
		||||
	AC_DEFINE(NO_AFS, 1, [Define if you don't wan't support for AFS.])
 | 
			
		||||
	NO_AFS="1"
 | 
			
		||||
	AM_CONDITIONAL(NO_AFS, 1)
 | 
			
		||||
fi
 | 
			
		||||
AC_SUBST(NO_AFS)dnl
 | 
			
		||||
AM_CONDITIONAL(NO_AFS, test "$enable_afs_support" = no)
 | 
			
		||||
 | 
			
		||||
rk_DB
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user