Commit a7318a64 authored by Max Kellermann's avatar Max Kellermann

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

parent 923ac213
......@@ -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,
......
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