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
This commit is contained in:
J. Alexander Treuman 2007-05-30 20:08:24 +00:00
parent bc95aa0e12
commit 72cbcef0c0

View File

@ -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",)