[vlc-commits] [Git][videolan/vlc][master] configure: fix incorrect variable expansion
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Wed Dec 21 14:03:11 UTC 2022
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
1b99a389 by Marvin Scholz at 2022-12-21T13:48:49+00:00
configure: fix incorrect variable expansion
Fix #27584
- - - - -
1 changed file:
- configure.ac
Changes:
=====================================
configure.ac
=====================================
@@ -547,7 +547,7 @@ AS_IF([test -z "${with_contrib}" || test "${with_contrib}" = "yes"], [
])
AS_IF([test -n "${CONTRIB_DIR}"], [
AS_IF([test -d "${CONTRIB_DIR}/lib"],[
- SRC_CONTRIB_DIR=$(CONTRIB_DIR)
+ SRC_CONTRIB_DIR="${CONTRIB_DIR}"
CONTRIB_DIR=`cd "${CONTRIB_DIR}" && pwd -P`
AC_MSG_RESULT([${CONTRIB_DIR} from ${SRC_CONTRIB_DIR}])
], [
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/1b99a3893497e527dbdd8f049f0ce5c7953b2357
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/1b99a3893497e527dbdd8f049f0ce5c7953b2357
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list