Skip to content

Commit

Permalink
[unix] [configure] fix cut [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
krono committed Apr 22, 2020
1 parent 7742164 commit fc908eb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion platforms/unix/config/acinclude.m4
Expand Up @@ -275,7 +275,7 @@ AC_DEFUN([AC_PLUGIN_SEARCH_LIBS],[
AC_SEARCH_LIBS($1,$2,
[dnl AC_SEARCH_LIBS generates LIBS with -l, plibs expects libnames wihtout
dnl since at most one can be found, strip the "-l"
plib=`echo "${LIBS}" | cut -c2-`
plib=`echo "${LIBS}" | cut -c3-`
plibs="${plibs} ${plib}"],
[AC_MSG_RESULT([******** disabling ${plugin} due to missing libraries])
disabled_plugins="${disabled_plugins} ${plugin}"])
Expand Down
1 change: 0 additions & 1 deletion platforms/unix/vm-sound-NAS/Makefile.inc

This file was deleted.

1 change: 0 additions & 1 deletion platforms/unix/vm-sound-pulse/Makefile.inc

This file was deleted.

0 comments on commit fc908eb

Please sign in to comment.