Switch to unified view

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