summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
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