Skip to content

Commit

Permalink
Merge pull request #3418 from matt335672/fix_typo
Browse files Browse the repository at this point in the history
Fix typo around lame development package
  • Loading branch information
matt335672 authored Jan 31, 2025
2 parents 7eb96dd + 6757b90 commit c1042e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ fi
if test "x$enable_mp3lame" = "xyes"
then
AC_CHECK_HEADER([lame/lame.h], [],
[AC_MSG_ERROR([please install libmp3lame-dev or lamemp3-devel])])
[AC_MSG_ERROR([please install libmp3lame-dev or lame-devel])])
fi

# checking for ibus includes
Expand Down

0 comments on commit c1042e8

Please sign in to comment.