gvfs r1794 - trunk
- From: hansp svn gnome org
- To: svn-commits-list gnome org
- Subject: gvfs r1794 - trunk
- Date: Tue, 3 Jun 2008 22:46:26 +0000 (UTC)
Author: hansp
Date: Tue Jun 3 22:46:26 2008
New Revision: 1794
URL: http://svn.gnome.org/viewvc/gvfs?rev=1794&view=rev
Log:
2008-06-03 Hans Petter Jansson <hpj novell com>
* configure.ac: Fix definition of giomodulesdir, so we install
GIO modules to the libdir specified by the user. Fixes distcheck.
Modified:
trunk/ChangeLog
trunk/configure.ac
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Tue Jun 3 22:46:26 2008
@@ -58,7 +58,7 @@
AC_SUBST(DBUS_SERVICE_DIR)
dnl **** gio module path handling ****
-giomodulesdir=`pkg-config --variable=giomoduledir gio-2.0`
+giomodulesdir=`pkg-config --define-variable=libdir=$libdir --variable=giomoduledir gio-2.0`
AC_SUBST(giomodulesdir)
dnl ****************************
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]