Skip to content

Commit

Permalink
Fix typo around lime development package
Browse files Browse the repository at this point in the history
Package for RPM-based systems is lame-devel rather than lamemp3-devel
  • Loading branch information
matt335672 committed Jan 31, 2025
1 parent 7eb96dd commit 6757b90
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 6757b90

Please sign in to comment.