configure.ac: use $LIBS instead of $MPD_LIBS

This commit is contained in:
Max Kellermann
2011-10-09 17:33:09 +02:00
parent cbd6770f2f
commit 072f83b240
4 changed files with 24 additions and 32 deletions

View File

@@ -20,7 +20,7 @@ AC_DEFUN([STRUCT_UCRED],[
mpd_cv_have_struct_ucred=no)
if test x$mpd_cv_have_struct_ucred = xyes; then
# :(
MPD_CFLAGS="$MPD_CFLAGS -D_GNU_SOURCE"
CFLAGS="$CFLAGS -D_GNU_SOURCE"
fi
fi
])