~mhr3/unity-lens-applications/fix-1066816

« back to all changes in this revision

Viewing changes to configure.ac

Implemented previews. Fixes: . Approved by Michal Hruby.

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
# look for dbus service dir
104
104
#############################################
105
105
if test "x$with_localinstall" = "xyes"; then
106
 
        DBUSSERVICEDIR="${datadir}/dbus-1/services/"
 
106
        DBUSSERVICEDIR="${datadir}/dbus-1/services/"
107
107
else
108
 
        DBUSSERVICEDIR=`$PKG_CONFIG --variable=session_bus_services_dir dbus-1`
 
108
        DBUSSERVICEDIR=`$PKG_CONFIG --variable=session_bus_services_dir dbus-1`
109
109
fi
110
110
AC_SUBST(DBUSSERVICEDIR)
111
111
 
140
140
 
141
141
  Prefix         : ${prefix}
142
142
  Sysconfdir     : ${sysconfdir}
143
 
  
 
143
 
144
144
  Local install  : ${with_localinstall}
145
145
 
146
146
  Extra CFlags   : ${CPPFLAGS} $MAINTAINER_CFLAGS