Fix pattern to detect i386-based OpenBSD system type
[openafs.git] / acinclude.m4
index 9cf3a60..c607830 100644 (file)
@@ -438,7 +438,7 @@ case $system in
                MKAFS_OSTYPE=OBSD
                AC_MSG_RESULT(amd64_obsd)
                ;;
-       i386-openbsd*)
+       i386-*-openbsd*)
                MKAFS_OSTYPE=OBSD
                AC_MSG_RESULT(i386_obsd)
                ;;