diff options
author | Memphis <memphis@machzwo.de> | 2014-01-06 00:48:50 +0100 |
---|---|---|
committer | Memphis <memphis@machzwo.de> | 2014-01-06 00:48:50 +0100 |
commit | 6900c9915b0f45cd8582fa9e9e5e44aad3665e56 (patch) | |
tree | 51853ff2c23b164af2196762607f6a11a2311b59 /configure.in | |
parent | f444d23bbb8f73c599ced6378806a63e21960218 (diff) |
[configure/airtunes] - fixed typo
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
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 <shairplay/raop.h>]]) 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" |