Fix equality in command in configure.ac
This commit is contained in:
parent
b701161476
commit
7c0910e5ad
|
@ -42,7 +42,7 @@ AC_DEFINE_UNQUOTED([USE_PULSEAUDIO], [$use_pulseaudio],
|
|||
# sndio
|
||||
AC_ARG_WITH([sndio], AS_HELP_STRING([--without-sndio],
|
||||
[build without sndio support]))
|
||||
AS_IF([test "x$with_sndio" == "xno"], [
|
||||
AS_IF([test "x$with_sndio" = "xno"], [
|
||||
use_sndio=0
|
||||
], [
|
||||
use_sndio=1
|
||||
|
|
Loading…
Reference in New Issue