[Xfce4-commits] <xfce4-taskmanager:master> Fix shell substitution for Korn Shell (ksh)
Mike Massonnet
noreply at xfce.org
Mon Jun 14 22:10:01 CEST 2010
Updating branch refs/heads/master
to e50f57f3a98217941729ee32cfb92c483e23f11b (commit)
from ffb2d09142cc0640dfe9098bdc7e0ba943ad8b57 (commit)
commit e50f57f3a98217941729ee32cfb92c483e23f11b
Author: Mike Massonnet <mmassonnet at xfce.org>
Date: Mon Jun 14 22:09:58 2010 +0200
Fix shell substitution for Korn Shell (ksh)
configure.ac.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index 85ab668..2cddabe 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -144,7 +144,7 @@ dnl ***************************
echo
echo "Build Configuration:"
echo
-echo "* Wnck: ${WNCK_FOUND:-no} ${WNCK_VERSION:+(libwnck $WNCK_VERSION)}"
+echo "* Wnck: ${WNCK_FOUND:-no} "${WNCK_VERSION:+"(libwnck $WNCK_VERSION)"}
echo "* Target OS: $target_os ($ac_os_implementation)"
echo "* Debug Support: $enable_debug"
echo
More information about the Xfce4-commits
mailing list