[evolution-activesync/wip/port-to-libsecret] configure.ac: Correct references to some evolution .pc files



commit 46e190dc6fdc81b74980e698475dbb2711977f2f
Author: Milan Crha <mcrha redhat com>
Date:   Wed Mar 9 12:53:04 2022 +0100

    configure.ac: Correct references to some evolution .pc files
    
    The evolution-plugin is not provided anymore, but it also doesn't
    seem to be used, thus only fixed that for completeness.

 configure.ac | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e9c191f..7430abd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -97,12 +97,12 @@ if test "$have_e_plugin" = "yes"; then
    plugindir="`$PKG_CONFIG --variable=plugindir evolution-plugin${EVO_PKG}`"
    AC_SUBST(plugindir)
 
-   EVOLUTION_PLUGIN_errordir="`$PKG_CONFIG --variable=errordir evolution-plugin`"
+   EVOLUTION_PLUGIN_errordir="`$PKG_CONFIG --variable=errordir evolution-plugin${EVO_PKG}`"
    AC_SUBST(EVOLUTION_PLUGIN_errordir)
 fi
 
 if test "$have_e_shell" = "yes"; then
-   EVOLUTION_imagesdir="`$PKG_CONFIG --variable=imagesdir evolution-shell`"
+   EVOLUTION_imagesdir="`$PKG_CONFIG --variable=imagesdir evolution-shell${EVO_PKG}`"
    AC_SUBST(EVOLUTION_imagesdir)
 fi
 
@@ -112,7 +112,7 @@ AC_SUBST(EVOLUTION_privlibdir)
 eds_moduledir=`$PKG_CONFIG --variable=moduledir libebackend-1.2`
 AC_SUBST(eds_moduledir)
 
-evo_moduledir=`$PKG_CONFIG --variable=moduledir evolution-shell-3.0`
+evo_moduledir=`$PKG_CONFIG --variable=moduledir evolution-shell${EVO_PKG}`
 AC_SUBST(evo_moduledir)
 
 AC_PATH_PROGS(ASKPASS, [ssh-askpass gnome-ssh-askpass], [ssh-askpass], [path = 
$PATH:/usr/libexec:/usr/libexec/ssh:/usr/libexec/openssh:$libexecdir:$libexecdir/ssh:$libexecdir/openssh])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]