Fix pattern to detect i386-based OpenBSD system type
authorAntoine Verheijen <antoine@ualberta.ca>
Mon, 3 May 2010 20:32:13 +0000 (14:32 -0600)
committerDerrick Brashear <shadow@dementia.org>
Tue, 4 May 2010 00:02:25 +0000 (17:02 -0700)
commit0ec2239b730bc9b1f8f819ef398d24bb7f1dff4e
treec3560ba80082c0fdc52f87e118b89db9a587fdfc
parent98d9d6cf83904d1422a96bb0646f560646d62114
Fix pattern to detect i386-based OpenBSD system type

When the pattern to detect OpenBSD system types (via MKAFS_OSTYPE) was split
into two separate ones for amd64 and i386 architectures, the pattern for
i386-based systems was not set quite right. As a result, i386-based OpenBSD
systems are no longer detected properly at this stage, resulting in an error
of "cannot find input file: src/libafs/MakefileProto..in" during configure.
This patch corrects the pattern.

Change-Id: I67079af74117fa3cdc765f19944e23223709ae6b
Reviewed-on: http://gerrit.openafs.org/1897
Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
acinclude.m4