Fix detection of free/openbsd. From Alexis Ballier.

This commit is contained in:
Anthony Green
2009-10-04 23:57:29 -04:00
parent 2340e7a777
commit 3425a763bc
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@@ -20427,7 +20427,7 @@ case "$host" in
TARGET=PA_HPUX; TARGETDIR=pa TARGET=PA_HPUX; TARGETDIR=pa
;; ;;
i386-*-freebsd* | i386-*-openbsd*) i?86-*-freebsd* | i?86-*-openbsd*)
TARGET=X86_FREEBSD; TARGETDIR=x86 TARGET=X86_FREEBSD; TARGETDIR=x86
;; ;;
i?86-win32* | i?86-*-cygwin* | i?86-*-mingw*) i?86-win32* | i?86-*-cygwin* | i?86-*-mingw*)

View File

@@ -79,7 +79,7 @@ case "$host" in
TARGET=PA_HPUX; TARGETDIR=pa TARGET=PA_HPUX; TARGETDIR=pa
;; ;;
i386-*-freebsd* | i386-*-openbsd*) i?86-*-freebsd* | i?86-*-openbsd*)
TARGET=X86_FREEBSD; TARGETDIR=x86 TARGET=X86_FREEBSD; TARGETDIR=x86
;; ;;
i?86-win32* | i?86-*-cygwin* | i?86-*-mingw*) i?86-win32* | i?86-*-cygwin* | i?86-*-mingw*)