Mercurial > pidgin
changeset 18494:dc98087bd97c
Apparently we're not supposed to try to expand $datadir or $libdir from inside
configure.
Fixes #1349
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Thu, 12 Jul 2007 03:41:37 +0000 |
parents | 274a08f56ea6 |
children | 64391b1e860e |
files | configure.ac |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Thu Jul 12 03:35:10 2007 +0000 +++ b/configure.ac Thu Jul 12 03:41:37 2007 +0000 @@ -1147,7 +1147,7 @@ dnl # no prefix given, so we look for the correct dbus system paths. dnl # if a prefix is given, we use it. - serviceprefixes="$datadir $libdir /usr/share /usr/local/share" + serviceprefixes="$prefix/share $prefix/lib /usr/share /usr/local/share" DBUS_SERVICES_DIR="" for d in $serviceprefixes ; do