|
a/configure.ac |
|
b/configure.ac |
|
... |
|
... |
18 |
if test X$withOH = Xno ; then
|
18 |
if test X$withOH = Xno ; then
|
19 |
AC_MSG_ERROR([Please provide the location for the OpenHome sources and libraries])
|
19 |
AC_MSG_ERROR([Please provide the location for the OpenHome sources and libraries])
|
20 |
fi
|
20 |
fi
|
21 |
TOPOH="$withOH"
|
21 |
TOPOH="$withOH"
|
22 |
AC_SUBST(TOPOH)
|
22 |
AC_SUBST(TOPOH)
|
|
|
23 |
|
|
|
24 |
# Enable wav-reading test code in sc2mpd. Devel only
|
|
|
25 |
AC_ARG_ENABLE(wavsc2,
|
|
|
26 |
AC_HELP_STRING([--enable-wavsc2],
|
|
|
27 |
[Enable wav-reading code in sc2mpd.]),
|
|
|
28 |
wavsc2Enabled=$enableval, wavsc2Enabled=no)
|
|
|
29 |
AM_CONDITIONAL(WAVSC2, [test X$wavsc2Enabled = Xyes])
|
23 |
|
30 |
|
24 |
AC_CHECK_HEADERS([byteswap.h])
|
31 |
AC_CHECK_HEADERS([byteswap.h])
|
25 |
|
32 |
|
26 |
AC_CHECK_LIB([pthread], [pthread_create], , [lpthread=no])
|
33 |
AC_CHECK_LIB([pthread], [pthread_create], , [lpthread=no])
|
27 |
if test X$lpthread = Xno; then
|
34 |
if test X$lpthread = Xno; then
|