Mercurial > mplayer.hg
changeset 1412:bec93c250168
Display detected OS and arch.
author | atmos4 |
---|---|
date | Sun, 29 Jul 2001 13:24:23 +0000 |
parents | db849cee5777 |
children | 4db9d6a4c959 |
files | configure |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sun Jul 29 10:17:53 2001 +0000 +++ b/configure Sun Jul 29 13:24:23 2001 +0000 @@ -275,6 +275,9 @@ 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