diff configure.ac @ 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 2b8460b599ea
children ba0f08ff3a43 d679ee8062bf
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