Commit 37cc9246 authored by Antoine Cellerier's avatar Antoine Cellerier

Fix typo.

parent 1403a857
...@@ -4553,7 +4553,7 @@ AC_ARG_ENABLE(pulse, ...@@ -4553,7 +4553,7 @@ AC_ARG_ENABLE(pulse,
[ VLC_ADD_PLUGIN([pulse]) [ VLC_ADD_PLUGIN([pulse])
VLC_ADD_CFLAGS([pulse],[${PULSE_CFLAGS}]) VLC_ADD_CFLAGS([pulse],[${PULSE_CFLAGS}])
VLC_ADD_LDFLAGS([pulse],[${PULSE_LIBS}])], VLC_ADD_LDFLAGS([pulse],[${PULSE_LIBS}])],
[AC_MSG_WARN(pulsaudio library not found)]) [AC_MSG_WARN(pulseaudio library not found)])
fi fi
dnl dnl
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment