Switch to unified view
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 | AC_CHECK_HEADERS([byteswap.h]) |
||
23 | 25 | ||
24 | AC_CHECK_LIB([pthread], [pthread_create], , [lpthread=no]) |
26 | AC_CHECK_LIB([pthread], [pthread_create], , [lpthread=no]) |
25 | if test X$lpthread = Xno; then |
27 | if test X$lpthread = Xno; then |
26 | AC_MSG_ERROR([pthread_create not found in -lpthread]) |
28 | AC_MSG_ERROR([pthread_create not found in -lpthread]) |
27 | fi |
29 | fi |