Commit 50ecbec3 authored by Max Kellermann's avatar Max Kellermann

configure.ac: removed deprecated checks

Removed some configure checks which aren't used anymore since we use C99.
parent 731c629c
......@@ -130,16 +130,8 @@ AC_ARG_WITH(lsr-includes,[ --with-lsr-includes=DIR Directory where libsample
AC_C_BIGENDIAN
AC_CHECK_SIZEOF(short)
AC_CHECK_SIZEOF(int)
AC_CHECK_SIZEOF(long)
AC_CHECK_SIZEOF(long long)
AC_CHECK_HEADER(sys/inttypes.h,AC_DEFINE(HAVE_SYS_INTTYPES_H,1,[Define if sys/inttypes.h present]),)
AC_TYPE_INT64_T
AC_TYPE_UINT64_T
AC_CHECK_LIB(socket,socket,MPD_LIBS="$MPD_LIBS -lsocket",)
AC_CHECK_LIB(nsl,gethostbyname,MPD_LIBS="$MPD_LIBS -lnsl",)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment