Skip to content

Commit c1042e8

Browse files
authored
Merge pull request neutrinolabs#3418 from matt335672/fix_typo
Fix typo around lame development package
2 parents 7eb96dd + 6757b90 commit c1042e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ fi
479479
if test "x$enable_mp3lame" = "xyes"
480480
then
481481
AC_CHECK_HEADER([lame/lame.h], [],
482-
[AC_MSG_ERROR([please install libmp3lame-dev or lamemp3-devel])])
482+
[AC_MSG_ERROR([please install libmp3lame-dev or lame-devel])])
483483
fi
484484

485485
# checking for ibus includes

0 commit comments

Comments
 (0)