aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authordavilla <davilla@svn>2010-08-12 07:00:34 +0000
committerdavilla <davilla@svn>2010-08-12 07:00:34 +0000
commit2f712582ad2fdf3e10c08f79677d1503a42a662a (patch)
treec0e24a576c582ea3916a1e055b34c00593f33c0e /configure.in
parent70e8bcd4b79a03d639e5ff58be40372ab96698e8 (diff)
cosmetic, these are libs common to both linux and osx, replace independent with common to remind others of that fact
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32716 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index b370c59bff..8df83d5715 100644
--- a/configure.in
+++ b/configure.in
@@ -514,7 +514,7 @@ else
fi
fi
-# platform independent libraries
+# platform common libraries
AC_CHECK_HEADER([mad.h],, AC_MSG_ERROR($missing_library))
AC_CHECK_HEADER([jpeglib.h],, AC_MSG_ERROR($missing_library))
AC_CHECK_HEADER([samplerate.h],, AC_MSG_ERROR($missing_library))