[Pkg-privacy-commits] [nautilus-wipe] 92/224: Small fixes for the Nautilus extension directory checks
Ulrike Uhlig
u-guest at moszumanska.debian.org
Thu Jul 7 19:45:37 UTC 2016
This is an automated email from the git hooks/post-receive script.
u-guest pushed a commit to branch master
in repository nautilus-wipe.
commit ab68986b936bd88fb55fc1c96f65d018ff58e9a3
Author: Colomban Wendling <ban at herbesfolles.org>
Date: Mon Apr 12 15:25:53 2010 +0200
Small fixes for the Nautilus extension directory checks
---
m4/na-nautilus-extdir.m4 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/m4/na-nautilus-extdir.m4 b/m4/na-nautilus-extdir.m4
index 29def7b..2fbca47 100644
--- a/m4/na-nautilus-extdir.m4
+++ b/m4/na-nautilus-extdir.m4
@@ -34,7 +34,7 @@
AC_DEFUN([NA_NAUTILUS_EXTDIR],[
AC_REQUIRE([_AC_ARG_NA_NAUTILUS_EXTDIR])dnl
AC_REQUIRE([_AC_NA_CHECK_NAUTILUS_EXTDIR])dnl
- if test "${ac_with_nact_nautilus_extdir}" = ""; then
+ if test "x${ac_with_nact_nautilus_extdir}" = "x"; then
AC_MSG_ERROR([Unable to determine nautilus extension folder, please use --with-nautilus-extdir option])
else
AC_MSG_NOTICE([installing plugin in ${ac_with_nact_nautilus_extdir}])
@@ -55,8 +55,8 @@ AC_DEFUN([_AC_ARG_NA_NAUTILUS_EXTDIR],[
])
AC_DEFUN([_AC_NA_CHECK_NAUTILUS_EXTDIR],[
- if test "${ac_with_nact_nautilus_extdir}" = ""; then
- if test "{PKG_CONFIG}" != ""; then
+ if test "x${ac_with_nact_nautilus_extdir}" = "x"; then
+ if test "x${PKG_CONFIG}" != "x"; then
ac_with_nact_nautilus_extdir="`${PKG_CONFIG} --variable=extensiondir libnautilus-extension`"
fi
fi
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/nautilus-wipe.git
More information about the Pkg-privacy-commits
mailing list