Commit 72cbcef0 authored by J. Alexander Treuman's avatar J. Alexander Treuman

Forgot a change to configure.ac in one of the previous commits.

git-svn-id: https://svn.musicpd.org/mpd/trunk@6401 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent bc95aa0e
......@@ -115,6 +115,7 @@ 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",)
......
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