mirror of
https://gitee.com/openharmony/third_party_alsa-lib
synced 2024-12-02 12:56:45 +00:00
Fix plugin directory
Fix a typo in configure script that results in a wrong plugin directory. ALSA bug#3148 https://bugtrack.alsa-project.org/alsa-bug/view.php?id=3148
This commit is contained in:
parent
e9ec5aef27
commit
e973a96f4f
@ -93,7 +93,7 @@ if test -z "$plugindir"; then
|
||||
esac
|
||||
plugindir="$dir/$PACKAGE"
|
||||
fi
|
||||
AC_DEFINE_UNQUOTED(ALSA_PLUGIN_DIR, "plugindir", [directory containing ALSA add-on modules])
|
||||
AC_DEFINE_UNQUOTED(ALSA_PLUGIN_DIR, "$plugindir", [directory containing ALSA add-on modules])
|
||||
ALSA_PLUGIN_DIR="$plugindir"
|
||||
AC_SUBST(ALSA_PLUGIN_DIR)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user