From 37cc9246d48fadc7797cf892d1b35842a3433add Mon Sep 17 00:00:00 2001 From: Antoine Cellerier Date: Wed, 4 Jun 2008 13:48:50 +0200 Subject: [PATCH] Fix typo. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8220e701f0..0fccd73c7e 100644 --- a/configure.ac +++ b/configure.ac @@ -4553,7 +4553,7 @@ AC_ARG_ENABLE(pulse, [ VLC_ADD_PLUGIN([pulse]) VLC_ADD_CFLAGS([pulse],[${PULSE_CFLAGS}]) VLC_ADD_LDFLAGS([pulse],[${PULSE_LIBS}])], - [AC_MSG_WARN(pulsaudio library not found)]) + [AC_MSG_WARN(pulseaudio library not found)]) fi dnl -- GitLab