Diff

Differences From Artifact [2cfb05cb9b]:

To Artifact [f480293811]:


78
79
80
81
82
83
84


85
86
87
88
			AC_MSG_ERROR([Kit Storage cannot be disabled])
			;;
		*)
			AC_MSG_RESULT([fail])
			AC_MSG_ERROR([Unknown kit storage type: $enableval])
			;;
	esac


])

dnl Produce output
AC_OUTPUT(Makefile)







>
>




78
79
80
81
82
83
84
85
86
87
88
89
90
			AC_MSG_ERROR([Kit Storage cannot be disabled])
			;;
		*)
			AC_MSG_RESULT([fail])
			AC_MSG_ERROR([Unknown kit storage type: $enableval])
			;;
	esac
], [
	AC_MSG_RESULT([auto])
])

dnl Produce output
AC_OUTPUT(Makefile)