GNOME Bugzilla – Bug 701598
rhythmbox seems to always be compiled with --enable-uninstalled-build
Last modified: 2013-10-22 13:00:10 UTC
I believe the configure.ac is missing a enable_uninstalled=no. Instead of manually setting the variable, AC_ARG_ENABLE already provides a prefilled variable.
Created attachment 246007 [details] [review] configure.ac: use right variable for uninstalled-build
Review of attachment 246007 [details] [review]: no, $enableval is the right thing to do here
fixed in commit a41cd89