Display detected OS and arch.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1413 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmos4 2001-07-29 13:24:23 +00:00
parent b0132b08f3
commit 646686cc47
1 changed files with 3 additions and 0 deletions

3
configure vendored
View File

@ -275,6 +275,9 @@ else
host_arch=`echo $_target | cut -d '-' -f 1`
fi
echo "Detected operating system: $system_name"
echo "Detected host architecture: $host_arch"
# Determine OS dependent libs
if [ "$system_name" = "FreeBSD" ]; then