Switch to unified view

a/configure.ac b/configure.ac
...
...
55
# on the Raspberry PI. Use the same directives as libupnp's configure.ac
55
# on the Raspberry PI. Use the same directives as libupnp's configure.ac
56
AC_TYPE_SIZE_T
56
AC_TYPE_SIZE_T
57
AC_TYPE_OFF_T
57
AC_TYPE_OFF_T
58
AC_DEFINE([_LARGE_FILE_SOURCE], [], [Large files support])
58
AC_DEFINE([_LARGE_FILE_SOURCE], [], [Large files support])
59
AC_DEFINE([_FILE_OFFSET_BITS], [64], [File Offset size])
59
AC_DEFINE([_FILE_OFFSET_BITS], [64], [File Offset size])
60
60
AC_DEFINE([HAVE_SHARED_PTR_STD], [1], [Has std::shared_ptr])
61
AC_DEFINE([HAVE_CXX0X_UNORDERED], [1],[Have C++0x])
61
AC_CHECK_LIB([rt], [clock_gettime], [], [])
62
AC_CHECK_LIB([rt], [clock_gettime], [], [])
62
AC_CHECK_LIB([pthread], [pthread_create], [], [])
63
AC_CHECK_LIB([pthread], [pthread_create], [], [])
63
64
64
# The 2 following checks for libthreadutil and libixml are normally
65
# The 2 following checks for libthreadutil and libixml are normally
65
# unnecessary and even problematic. libupnpp does not use them directly,
66
# unnecessary and even problematic. libupnpp does not use them directly,