Check-in [f71575204d]
Overview
Comment:Fixed result message for storage when not specified
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: f71575204d7372b4cd7c0fb4f62914923da44d52
User & Date: rkeene on 2010-09-26 04:45:04
Other Links: manifest | tags
Context
2010-09-26
04:45
Fixed issue causing kit initialization failure when not boot strapping check-in: ede635a763 user: rkeene tags: trunk
04:45
Fixed result message for storage when not specified check-in: f71575204d user: rkeene tags: trunk
04:45
Updated documentation regarding non-required packages check-in: bd4647be4c user: rkeene tags: trunk
Changes

Modified kitsh/buildsrc/kitsh-0.0/configure.ac from [2cfb05cb9b] to [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)