# HG changeset patch # User Yoshiki Yazawa # Date 1190903250 -32400 # Node ID 047829635612d5681049d111879f48c4e969ad97 # Parent 088de3d373943c4bf8ff544d4e17f0a019cf1684 - -rpath will be automatically set up when --prefix or --exec-prefix is specified. it can be forced to be disabled through --disable-rpath. - relink audacious if libguess.a is relinked. (do not drop this dependency! thanks.) diff -r 088de3d37394 -r 047829635612 configure.ac --- a/configure.ac Thu Sep 27 15:23:53 2007 +0200 +++ b/configure.ac Thu Sep 27 23:27:30 2007 +0900 @@ -391,6 +391,11 @@ AC_SUBST(TRANSPORT_PLUGIN_DIR) AC_SUBST(pluginsubs) +dnl setup rpath if prefix or exec-prefix is specified +if test "$prefix" != "NONE" || test "$exec_prefix" != "NONE" ; then + test x"`$CC -dM -E -