From c8665867258a6190bf3f8cf28ab510a738dae2e3 Mon Sep 17 00:00:00 2001 From: arpi Date: Wed, 24 Apr 2002 01:54:37 +0000 Subject: fix system_name case git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5808 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 651616b814..d4588638db 100755 --- a/configure +++ b/configure @@ -315,6 +315,15 @@ if test -z "$_target" ; then esac else system_name=`echo $_target | cut -d '-' -f 2` + case "`echo $system_name | tr A-Z a-z`" in + linux) system_name=Linux ;; + freebsd) system_name=FreeBSD ;; + netbsd) system_name=NetBSD ;; + bsd/os) system_name=BSD/OS ;; + openbsd) system_name=OpenBSD ;; + sunos) system_name=SunOS ;; + qnx) system_name=QNX ;; + esac host_arch=`echo $_target | cut -d '-' -f 1` fi -- cgit v1.2.3