diff options
author | davilla <davilla@svn> | 2010-08-12 07:00:34 +0000 |
---|---|---|
committer | davilla <davilla@svn> | 2010-08-12 07:00:34 +0000 |
commit | 2f712582ad2fdf3e10c08f79677d1503a42a662a (patch) | |
tree | c0e24a576c582ea3916a1e055b34c00593f33c0e /configure.in | |
parent | 70e8bcd4b79a03d639e5ff58be40372ab96698e8 (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.in | 2 |
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)) |