diff options
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 1358b0633..177ef21c4 100644 --- a/configure.ac +++ b/configure.ac @@ -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, |