From 6900c9915b0f45cd8582fa9e9e5e44aad3665e56 Mon Sep 17 00:00:00 2001 From: Memphis Date: Mon, 6 Jan 2014 00:48:50 +0100 Subject: [configure/airtunes] - fixed typo --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index df802b93bb..d476cd28c9 100644 --- a/configure.in +++ b/configure.in @@ -1624,7 +1624,7 @@ if test "x$use_airtunes" != "xno"; then if test "x$use_airtunes" != "xno"; then XB_FIND_SONAME([SHAIRPLAY], [shairplay], [use_airtunes]) USE_AIRTUNES=1 - USE_LIBSHAIRPORT=1 + USE_LIBSHAIRPLAY=1 AC_CHECK_MEMBERS([struct raop_callbacks_s.cls],,, [[#include ]]) AC_DEFINE([HAVE_LIBSHAIRPLAY],[1],["Define to 1 if you have libshairplay."]) @@ -2387,7 +2387,7 @@ else fi if test "x$use_airtunes" != "xno"; then - if test "x$USE_LIBSHAIRPORT" == "x1"; then + if test "x$USE_LIBSHAIRPLAY" == "x1"; then final_message="$final_message\n AirTunes support (libshairplay):\tYes" else final_message="$final_message\n AirTunes support (libshairport):\tYes" -- cgit v1.2.3