[Xfce4-commits] [xfce/libxfce4ui] 01/01: Fix typos in configure.ac.in
noreply at xfce.org
noreply at xfce.org
Sat Oct 28 23:41:24 CEST 2017
This is an automated email from the git hooks/post-receive script.
o c h o s i p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/libxfce4ui.
commit a081e211965cc65d954d6879dcff7111dd4bdd7e
Author: Unit193 <unit193 at ubuntu.com>
Date: Sat Oct 28 23:37:18 2017 +0200
Fix typos in configure.ac.in
---
configure.ac.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index 7b42590..07c70af 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -255,17 +255,17 @@ if test x"$GLADEUI2_FOUND" = x"yes"; then
if test x"$gladeui2_catalogdir" = x""; then
GLADEUI2_CATALOGDIR="${datarootdir}/glade/catalogs"
else
- GLADEUI2_CATALOGDIR="$gladeui_catalogdir"
+ GLADEUI2_CATALOGDIR="$gladeui2_catalogdir"
fi
if test x"$gladeui2_moduledir" = x""; then
GLADEUI2_MODULEDIR="${libdir}/glade/modules"
else
- GLADEUI2_MODULEDIR="$gladeui_moduledir"
+ GLADEUI2_MODULEDIR="$gladeui2_moduledir"
fi
if test x"$gladeui2_pixmapdir" = x""; then
GLADEUI2_PIXMAPDIR="${datarootdir}/glade/pixmaps"
else
- GLADEUI2_PIXMAPDIR="$gladeui_pixmapdir"
+ GLADEUI2_PIXMAPDIR="$gladeui2_pixmapdir"
fi
fi
AC_SUBST([GLADEUI2_CATALOGDIR])
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list