configure.ac: add -pg to MPD_LIBS with --enable-gprof
This commit is contained in:
		@@ -1017,6 +1017,7 @@ AC_ARG_ENABLE(gprof,
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
if test "x$enable_gprof" = xyes; then
 | 
					if test "x$enable_gprof" = xyes; then
 | 
				
			||||||
	MPD_CFLAGS="$MPD_CFLAGS -pg"
 | 
						MPD_CFLAGS="$MPD_CFLAGS -pg"
 | 
				
			||||||
 | 
						MPD_LIBS="$MPD_LIBS -pg"
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
AC_ARG_ENABLE(test,
 | 
					AC_ARG_ENABLE(test,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user