This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

commit 31f280e1e6f47b11d884baec225a5cedef81bdcd
Author:     Ramiro Polla <[email protected]>
AuthorDate: Thu Apr 9 17:54:31 2026 +0200
Commit:     Ramiro Polla <[email protected]>
CommitDate: Mon Apr 13 12:46:49 2026 +0000

    configure: add missing quotes around user-specified tool paths
    
    Found-by: Luke Jolliffe <[email protected]>
---
 configure | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index 40aa64f413..b0fcc0a008 100755
--- a/configure
+++ b/configure
@@ -5074,7 +5074,7 @@ elif is_in -static $cc $LDFLAGS && ! is_in --static 
$pkg_config $pkg_config_flag
 Note: When building a static binary, add --pkg-config-flags=\"--static\"."
 fi
 
-if test $doxygen != $doxygen_default && \
+if test "$doxygen" != "$doxygen_default" && \
   ! $doxygen --version >/dev/null 2>&1; then
     warn "Specified doxygen \"$doxygen\" not found, API documentation will 
fail to build."
 fi
@@ -7631,7 +7631,7 @@ if enabled makeinfo_command; then
   [ 0$($makeinfo --version | grep "texinfo" | sed 
's/.*texinfo[^0-9]*\([0-9]*\)\..*/\1/') -ge 5 ] \
     && enable makeinfo_html || disable makeinfo_html
 else
-  if test $makeinfo != $makeinfo_default ; then
+  if test "$makeinfo" != "$makeinfo_default" ; then
     warn "Specified makeinfo \"$makeinfo\" not found."
   fi
 fi

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to