Fix shell substitution for Korn Shell (ksh)

This commit is contained in:
Mike Massonnet
2010-06-14 22:09:58 +02:00
parent ffb2d09142
commit e50f57f3a9

View File

@@ -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