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

Git pushed a commit to branch master
in repository ffmpeg.

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

    configure: collapse else + if into elif
---
 configure | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/configure b/configure
index b0fcc0a008..645a1af072 100755
--- a/configure
+++ b/configure
@@ -7630,10 +7630,8 @@ $makeinfo --version > /dev/null 2>&1 && enable 
makeinfo_command || disable makei
 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
-    warn "Specified makeinfo \"$makeinfo\" not found."
-  fi
+elif test "$makeinfo" != "$makeinfo_default" ; then
+  warn "Specified makeinfo \"$makeinfo\" not found."
 fi
 
 disabled makeinfo_html && texi2html --help 2> /dev/null | grep -q 'init-file' 
&& enable texi2html || disable texi2html

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

Reply via email to