configure.ac: add -pg to MPD_LIBS with --enable-gprof

This commit is contained in:
Max Kellermann 2009-03-11 09:20:29 +01:00
parent 923ac213b5
commit a7318a6476
1 changed files with 1 additions and 0 deletions

View File

@ -1017,6 +1017,7 @@ AC_ARG_ENABLE(gprof,
if test "x$enable_gprof" = xyes; then
MPD_CFLAGS="$MPD_CFLAGS -pg"
MPD_LIBS="$MPD_LIBS -pg"
fi
AC_ARG_ENABLE(test,