Use sh-compatible syntax in configure.ac
This commit is contained in:
parent
d0da4341fe
commit
a37664872c
1 changed files with 1 additions and 1 deletions
|
@ -476,7 +476,7 @@ AC_ARG_ENABLE(opus-cdda,
|
|||
AS_IF([test "x${enable_opus_cdda}" != "xno"],
|
||||
[PKG_CHECK_MODULES([OPUSFILE],
|
||||
[opusfile],
|
||||
[LIBS+=" $OPUSFILE_LIBS"])])
|
||||
[LIBS="$LIBS $OPUSFILE_LIBS"])])
|
||||
AM_CONDITIONAL([USE_OPUS],
|
||||
[test "x${OPUSFILE_LIBS}" != "x"])
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue