|
a/configure.ac |
|
b/configure.ac |
|
... |
|
... |
15 |
# on the Raspberry PI. Use the same directives as libupnp's configure.ac
|
15 |
# on the Raspberry PI. Use the same directives as libupnp's configure.ac
|
16 |
AC_TYPE_SIZE_T
|
16 |
AC_TYPE_SIZE_T
|
17 |
AC_TYPE_OFF_T
|
17 |
AC_TYPE_OFF_T
|
18 |
AC_DEFINE([_LARGE_FILE_SOURCE], [], [Large files support])
|
18 |
AC_DEFINE([_LARGE_FILE_SOURCE], [], [Large files support])
|
19 |
AC_DEFINE([_FILE_OFFSET_BITS], [64], [File Offset size])
|
19 |
AC_DEFINE([_FILE_OFFSET_BITS], [64], [File Offset size])
|
|
|
20 |
|
|
|
21 |
AC_DEFINE(HAVE_SHARED_PTR_STD, [1], [Has std::shared_ptr])
|
|
|
22 |
AC_DEFINE(HAVE_CXX0X_UNORDERED, [1], [Has std::unordered_map])
|
|
|
23 |
|
20 |
|
24 |
|
21 |
#### Libraries
|
25 |
#### Libraries
|
22 |
AC_CHECK_LIB([pthread], [pthread_create], [], [])
|
26 |
AC_CHECK_LIB([pthread], [pthread_create], [], [])
|
23 |
|
27 |
|
24 |
# The 3 following checks for libthreadutil libixml and libupnp are normally
|
28 |
# The 3 following checks for libthreadutil libixml and libupnp are normally
|