aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-03-11 09:20:29 +0100
committerMax Kellermann <max@duempel.org>2009-03-11 09:20:29 +0100
commita7318a6476983740c208d5430eb861cb8739d52a (patch)
treeede2b7024deb7990d1bcd60eecaf777cd37f71f3 /configure.ac
parent923ac213b52284e810b83ebcfed88967ea342287 (diff)
downloadmpd-a7318a6476983740c208d5430eb861cb8739d52a.tar.gz
mpd-a7318a6476983740c208d5430eb861cb8739d52a.tar.xz
mpd-a7318a6476983740c208d5430eb861cb8739d52a.zip
configure.ac: add -pg to MPD_LIBS with --enable-gprof
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
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,