From 646686cc47fcac017d092e7af0704b5258ef8622 Mon Sep 17 00:00:00 2001 From: atmos4 Date: Sun, 29 Jul 2001 13:24:23 +0000 Subject: [PATCH] Display detected OS and arch. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1413 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure b/configure index 224b282c36..e64fcdaa50 100755 --- a/configure +++ b/configure @@ -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