reindent Operating System selection configure

Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Message-Id:
This commit is contained in:
Juan Quintela 2009-08-03 14:46:13 +02:00 committed by Anthony Liguori
parent ea8f20f8de
commit 0dbfc67558
1 changed files with 83 additions and 81 deletions

4
configure vendored
View File

@ -220,6 +220,7 @@ elif check_define __sun__ ; then
else
targetos=`uname -s`
fi
case $targetos in
CYGWIN*)
mingw32="yes"
@ -269,7 +270,8 @@ oss_lib="-lossaudio"
Darwin)
bsd="yes"
darwin="yes"
# on Leopard most of the system is 32-bit, so we have to ask the kernel it if we can run 64-bit userspace code
# on Leopard most of the system is 32-bit, so we have to ask the kernel it if we can
# run 64-bit userspace code
if [ "$cpu" = "i386" ] ; then
is_x86_64=`sysctl -n hw.optional.x86_64`
[ "$is_x86_64" = "1" ] && cpu=x86_64