configure.ac: add OpenSSL check for RAOP output plugin

Auto-enable the plugin when OpenSSL was found.
This commit is contained in:
Max Kellermann
2011-08-29 09:21:00 +02:00
parent 6e3b643bdf
commit 453368078b
2 changed files with 7 additions and 3 deletions
+2
View File
@@ -689,6 +689,7 @@ OUTPUT_CFLAGS = \
$(FFADO_CFLAGS) \
$(JACK_CFLAGS) \
$(OPENAL_CFLAGS) \
$(OPENSSL_CFLAGS) \
$(PULSE_CFLAGS) \
$(SHOUT_CFLAGS)
@@ -777,6 +778,7 @@ OUTPUT_SRC += \
src/ntp_server.c src/ntp_server.h \
src/output/raop_output_plugin.c
MIXER_SRC += src/mixer/raop_mixer_plugin.c
OUTPUT_LIBS += $(OPENSSL_LIBS)
endif
if HAVE_PULSE