aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authoralthekiller <althekiller@svn>2010-07-17 04:45:54 +0000
committeralthekiller <althekiller@svn>2010-07-17 04:45:54 +0000
commita5d13a7b10d1ffc04f60b30c6a0b14a710f49a1b (patch)
treef77a3b1193ac161522d3adfc9965b8501a38e406 /configure.in
parentb37fb03c9f626106f63bd75cfa6565c840466623 (diff)
cosmetic: Move comment to closer to where the test actually happens
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31886 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 f9c6eb3907..0d5cb991da 100644
--- a/configure.in
+++ b/configure.in
@@ -904,13 +904,13 @@ if test "x$use_crystalhd" != "xno"; then
AC_MSG_RESULT($crystalhd_not_found)
fi],
[#define __LINUX_USER__])
- # check for new crystalhd lib
if test "$host_vendor" != "apple"; then
XB_FIND_SONAME([CRYSTALHD], [crystalhd], [use_crystalhd])
fi
if test "x$use_crystalhd" != "xno"; then
SAVE_CFLAGS="$CFLAGS"
CFLAGS="-llibcrystalhd"
+ # check for new crystalhd lib
AC_COMPILE_IFELSE(
[ #define __LINUX_USER__
#include <libcrystalhd/bc_dts_types.h>