| | 8574 | has_asm_types="true" |
| | 8575 | else |
| | 8576 | has_asm_types="false" |
| | 8577 | fi |
| | 8578 | |
| | 8579 | done |
| | 8580 | |
| | 8581 | if test "$has_asm_types" = "true"; then |
| | 8582 | |
| | 8583 | for ac_header in linux/dvb/frontend.h |
| | 8584 | do |
| | 8585 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
| | 8586 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
| | 8587 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| | 8588 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
| | 8589 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
| | 8590 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | 8591 | fi |
| | 8592 | ac_res=`eval echo '${'$as_ac_Header'}'` |
| | 8593 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| | 8594 | echo "${ECHO_T}$ac_res" >&6; } |
| | 8595 | else |
| | 8596 | # Is the header compilable? |
| | 8597 | { echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| | 8598 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } |
| | 8599 | cat >conftest.$ac_ext <<_ACEOF |
| | 8600 | /* confdefs.h. */ |
| | 8601 | _ACEOF |
| | 8602 | cat confdefs.h >>conftest.$ac_ext |
| | 8603 | cat >>conftest.$ac_ext <<_ACEOF |
| | 8604 | /* end confdefs.h. */ |
| | 8605 | $ac_includes_default |
| | 8606 | #include <$ac_header> |
| | 8607 | _ACEOF |
| | 8608 | rm -f conftest.$ac_objext |
| | 8609 | if { (ac_try="$ac_compile" |
| | 8610 | case "(($ac_try" in |
| | 8611 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| | 8612 | *) ac_try_echo=$ac_try;; |
| | 8613 | esac |
| | 8614 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| | 8615 | (eval "$ac_compile") 2>conftest.er1 |
| | 8616 | ac_status=$? |
| | 8617 | grep -v '^ *+' conftest.er1 >conftest.err |
| | 8618 | rm -f conftest.er1 |
| | 8619 | cat conftest.err >&5 |
| | 8620 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | 8621 | (exit $ac_status); } && { |
| | 8622 | test -z "$ac_c_werror_flag" || |
| | 8623 | test ! -s conftest.err |
| | 8624 | } && test -s conftest.$ac_objext; then |
| | 8625 | ac_header_compiler=yes |
| | 8626 | else |
| | 8627 | echo "$as_me: failed program was:" >&5 |
| | 8628 | sed 's/^/| /' conftest.$ac_ext >&5 |
| | 8629 | |
| | 8630 | ac_header_compiler=no |
| | 8631 | fi |
| | 8632 | |
| | 8633 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| | 8634 | { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| | 8635 | echo "${ECHO_T}$ac_header_compiler" >&6; } |
| | 8636 | |
| | 8637 | # Is the header present? |
| | 8638 | { echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| | 8639 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } |
| | 8640 | cat >conftest.$ac_ext <<_ACEOF |
| | 8641 | /* confdefs.h. */ |
| | 8642 | _ACEOF |
| | 8643 | cat confdefs.h >>conftest.$ac_ext |
| | 8644 | cat >>conftest.$ac_ext <<_ACEOF |
| | 8645 | /* end confdefs.h. */ |
| | 8646 | #include <$ac_header> |
| | 8647 | _ACEOF |
| | 8648 | if { (ac_try="$ac_cpp conftest.$ac_ext" |
| | 8649 | case "(($ac_try" in |
| | 8650 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| | 8651 | *) ac_try_echo=$ac_try;; |
| | 8652 | esac |
| | 8653 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| | 8654 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
| | 8655 | ac_status=$? |
| | 8656 | grep -v '^ *+' conftest.er1 >conftest.err |
| | 8657 | rm -f conftest.er1 |
| | 8658 | cat conftest.err >&5 |
| | 8659 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | 8660 | (exit $ac_status); } >/dev/null && { |
| | 8661 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
| | 8662 | test ! -s conftest.err |
| | 8663 | }; then |
| | 8664 | ac_header_preproc=yes |
| | 8665 | else |
| | 8666 | echo "$as_me: failed program was:" >&5 |
| | 8667 | sed 's/^/| /' conftest.$ac_ext >&5 |
| | 8668 | |
| | 8669 | ac_header_preproc=no |
| | 8670 | fi |
| | 8671 | |
| | 8672 | rm -f conftest.err conftest.$ac_ext |
| | 8673 | { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 |
| | 8674 | echo "${ECHO_T}$ac_header_preproc" >&6; } |
| | 8675 | |
| | 8676 | # So? What about this header? |
| | 8677 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| | 8678 | yes:no: ) |
| | 8679 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| | 8680 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| | 8681 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
| | 8682 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
| | 8683 | ac_header_preproc=yes |
| | 8684 | ;; |
| | 8685 | no:yes:* ) |
| | 8686 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| | 8687 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| | 8688 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| | 8689 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| | 8690 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 |
| | 8691 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} |
| | 8692 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 |
| | 8693 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} |
| | 8694 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| | 8695 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| | 8696 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
| | 8697 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} |
| | 8698 | ( cat <<\_ASBOX |
| | 8699 | ## ---------------------------------------------------- ## |
| | 8700 | ## Report this to lcd4linux-users@lists.sourceforge.net ## |
| | 8701 | ## ---------------------------------------------------- ## |
| | 8702 | _ASBOX |
| | 8703 | ) | sed "s/^/$as_me: WARNING: /" >&2 |
| | 8704 | ;; |
| | 8705 | esac |
| | 8706 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| | 8707 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
| | 8708 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
| | 8709 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | 8710 | else |
| | 8711 | eval "$as_ac_Header=\$ac_header_preproc" |
| | 8712 | fi |
| | 8713 | ac_res=`eval echo '${'$as_ac_Header'}'` |
| | 8714 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| | 8715 | echo "${ECHO_T}$ac_res" >&6; } |
| | 8716 | |
| | 8717 | fi |
| | 8718 | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
| | 8719 | cat >>confdefs.h <<_ACEOF |
| | 8720 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
| | 8721 | _ACEOF |
| | 8722 | has_dvb_header="true" |
| | 8723 | else |
| | 8724 | has_dvb_header="false" |
| | 8725 | fi |
| | 8726 | |
| | 8727 | done |
| | 8728 | |
| | 8729 | if test "$has_dvb_header" = "true"; then |
| | 8730 | PLUGINS="$PLUGINS plugin_dvb.o" |
| | 8731 | |
| | 8732 | cat >>confdefs.h <<\_ACEOF |
| | 8733 | #define PLUGIN_DVB 1 |
| | 8734 | _ACEOF |
| | 8735 | |
| | 8736 | else |
| | 8737 | PLUGINS="$PLUGINS plugin_dvb.o" |
| | 8738 | { echo "$as_me:$LINENO: WARNING: linux/dvb/frontend.h header not found: using ioctl" >&5 |
| | 8739 | echo "$as_me: WARNING: linux/dvb/frontend.h header not found: using ioctl" >&2;} |
| | 8740 | fi |
| | 8741 | else |
| | 8742 | { echo "$as_me:$LINENO: WARNING: asm/types.h header not found: dvb plugin disabled" >&5 |
| | 8743 | echo "$as_me: WARNING: asm/types.h header not found: dvb plugin disabled" >&2;} |
| | 8744 | fi |
| | 8745 | fi |
| | 8746 | |
| | 8747 | # start external commands (exec) |
| | 8748 | if test "$PLUGIN_EXEC" = "yes"; then |
| | 8749 | PLUGINS="$PLUGINS plugin_exec.o" |
| | 8750 | |
| | 8751 | cat >>confdefs.h <<\_ACEOF |
| | 8752 | #define PLUGIN_EXEC 1 |
| | 8753 | _ACEOF |
| | 8754 | |
| | 8755 | fi |
| | 8756 | |
| | 8757 | # file |
| | 8758 | if test "$PLUGIN_FILE" = "yes"; then |
| | 8759 | PLUGINS="$PLUGINS plugin_file.o" |
| | 8760 | |
| | 8761 | cat >>confdefs.h <<\_ACEOF |
| | 8762 | #define PLUGIN_FILE 1 |
| | 8763 | _ACEOF |
| | 8764 | |
| | 8765 | fi |
| | 8766 | |
| | 8767 | # GPS |
| | 8768 | if test "$PLUGIN_GPS" = "yes"; then |
| | 8769 | |
| | 8770 | for ac_header in nmeap.h |
| | 8771 | do |
| | 8772 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
| | 8773 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
| | 8774 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| | 8775 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
| | 8776 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
| | 8777 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | 8778 | fi |
| | 8779 | ac_res=`eval echo '${'$as_ac_Header'}'` |
| | 8780 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| | 8781 | echo "${ECHO_T}$ac_res" >&6; } |
| | 8782 | else |
| | 8783 | # Is the header compilable? |
| | 8784 | { echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| | 8785 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } |
| | 8786 | cat >conftest.$ac_ext <<_ACEOF |
| | 8787 | /* confdefs.h. */ |
| | 8788 | _ACEOF |
| | 8789 | cat confdefs.h >>conftest.$ac_ext |
| | 8790 | cat >>conftest.$ac_ext <<_ACEOF |
| | 8791 | /* end confdefs.h. */ |
| | 8792 | $ac_includes_default |
| | 8793 | #include <$ac_header> |
| | 8794 | _ACEOF |
| | 8795 | rm -f conftest.$ac_objext |
| | 8796 | if { (ac_try="$ac_compile" |
| | 8797 | case "(($ac_try" in |
| | 8798 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| | 8799 | *) ac_try_echo=$ac_try;; |
| | 8800 | esac |
| | 8801 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| | 8802 | (eval "$ac_compile") 2>conftest.er1 |
| | 8803 | ac_status=$? |
| | 8804 | grep -v '^ *+' conftest.er1 >conftest.err |
| | 8805 | rm -f conftest.er1 |
| | 8806 | cat conftest.err >&5 |
| | 8807 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | 8808 | (exit $ac_status); } && { |
| | 8809 | test -z "$ac_c_werror_flag" || |
| | 8810 | test ! -s conftest.err |
| | 8811 | } && test -s conftest.$ac_objext; then |
| | 8812 | ac_header_compiler=yes |
| | 8813 | else |
| | 8814 | echo "$as_me: failed program was:" >&5 |
| | 8815 | sed 's/^/| /' conftest.$ac_ext >&5 |
| | 8816 | |
| | 8817 | ac_header_compiler=no |
| | 8818 | fi |
| | 8819 | |
| | 8820 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| | 8821 | { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| | 8822 | echo "${ECHO_T}$ac_header_compiler" >&6; } |
| | 8823 | |
| | 8824 | # Is the header present? |
| | 8825 | { echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| | 8826 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } |
| | 8827 | cat >conftest.$ac_ext <<_ACEOF |
| | 8828 | /* confdefs.h. */ |
| | 8829 | _ACEOF |
| | 8830 | cat confdefs.h >>conftest.$ac_ext |
| | 8831 | cat >>conftest.$ac_ext <<_ACEOF |
| | 8832 | /* end confdefs.h. */ |
| | 8833 | #include <$ac_header> |
| | 8834 | _ACEOF |
| | 8835 | if { (ac_try="$ac_cpp conftest.$ac_ext" |
| | 8836 | case "(($ac_try" in |
| | 8837 | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| | 8838 | *) ac_try_echo=$ac_try;; |
| | 8839 | esac |
| | 8840 | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| | 8841 | (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 |
| | 8842 | ac_status=$? |
| | 8843 | grep -v '^ *+' conftest.er1 >conftest.err |
| | 8844 | rm -f conftest.er1 |
| | 8845 | cat conftest.err >&5 |
| | 8846 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| | 8847 | (exit $ac_status); } >/dev/null && { |
| | 8848 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
| | 8849 | test ! -s conftest.err |
| | 8850 | }; then |
| | 8851 | ac_header_preproc=yes |
| | 8852 | else |
| | 8853 | echo "$as_me: failed program was:" >&5 |
| | 8854 | sed 's/^/| /' conftest.$ac_ext >&5 |
| | 8855 | |
| | 8856 | ac_header_preproc=no |
| | 8857 | fi |
| | 8858 | |
| | 8859 | rm -f conftest.err conftest.$ac_ext |
| | 8860 | { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 |
| | 8861 | echo "${ECHO_T}$ac_header_preproc" >&6; } |
| | 8862 | |
| | 8863 | # So? What about this header? |
| | 8864 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| | 8865 | yes:no: ) |
| | 8866 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| | 8867 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| | 8868 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
| | 8869 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
| | 8870 | ac_header_preproc=yes |
| | 8871 | ;; |
| | 8872 | no:yes:* ) |
| | 8873 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| | 8874 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| | 8875 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| | 8876 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| | 8877 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 |
| | 8878 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} |
| | 8879 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 |
| | 8880 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} |
| | 8881 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| | 8882 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| | 8883 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
| | 8884 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} |
| | 8885 | ( cat <<\_ASBOX |
| | 8886 | ## ---------------------------------------------------- ## |
| | 8887 | ## Report this to lcd4linux-users@lists.sourceforge.net ## |
| | 8888 | ## ---------------------------------------------------- ## |
| | 8889 | _ASBOX |
| | 8890 | ) | sed "s/^/$as_me: WARNING: /" >&2 |
| | 8891 | ;; |
| | 8892 | esac |
| | 8893 | { echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| | 8894 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } |
| | 8895 | if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
| | 8896 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | 8897 | else |
| | 8898 | eval "$as_ac_Header=\$ac_header_preproc" |
| | 8899 | fi |
| | 8900 | ac_res=`eval echo '${'$as_ac_Header'}'` |
| | 8901 | { echo "$as_me:$LINENO: result: $ac_res" >&5 |
| | 8902 | echo "${ECHO_T}$ac_res" >&6; } |
| | 8903 | |
| | 8904 | fi |
| | 8905 | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
| | 8906 | cat >>confdefs.h <<_ACEOF |
| | 8907 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
| | 8908 | _ACEOF |
| 9930 | | if test "$has_libmpd_header" = "true"; then |
| 9931 | | { echo "$as_me:$LINENO: checking for mpd_connect in -lmpd" >&5 |
| 9932 | | echo $ECHO_N "checking for mpd_connect in -lmpd... $ECHO_C" >&6; } |
| 9933 | | if test "${ac_cv_lib_mpd_mpd_connect+set}" = set; then |
| 9934 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 9935 | | else |
| 9936 | | ac_check_lib_save_LIBS=$LIBS |
| 9937 | | LIBS="-lmpd $LIBS" |
| 9938 | | cat >conftest.$ac_ext <<_ACEOF |
| 9939 | | /* confdefs.h. */ |
| 9940 | | _ACEOF |
| 9941 | | cat confdefs.h >>conftest.$ac_ext |
| 9942 | | cat >>conftest.$ac_ext <<_ACEOF |
| 9943 | | /* end confdefs.h. */ |
| 9944 | | |
| 9945 | | /* Override any GCC internal prototype to avoid an error. |
| 9946 | | Use char because int might match the return type of a GCC |
| 9947 | | builtin and then its argument prototype would still apply. */ |
| 9948 | | #ifdef __cplusplus |
| 9949 | | extern "C" |
| 9950 | | #endif |
| 9951 | | char mpd_connect (); |
| 9952 | | int |
| 9953 | | main () |
| 9954 | | { |
| 9955 | | return mpd_connect (); |
| 9956 | | ; |
| 9957 | | return 0; |
| 9958 | | } |
| 9959 | | _ACEOF |
| 9960 | | rm -f conftest.$ac_objext conftest$ac_exeext |
| 9961 | | if { (ac_try="$ac_link" |
| 9962 | | case "(($ac_try" in |
| 9963 | | *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 9964 | | *) ac_try_echo=$ac_try;; |
| 9965 | | esac |
| 9966 | | eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 |
| 9967 | | (eval "$ac_link") 2>conftest.er1 |
| 9968 | | ac_status=$? |
| 9969 | | grep -v '^ *+' conftest.er1 >conftest.err |
| 9970 | | rm -f conftest.er1 |
| 9971 | | cat conftest.err >&5 |
| 9972 | | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 9973 | | (exit $ac_status); } && { |
| 9974 | | test -z "$ac_c_werror_flag" || |
| 9975 | | test ! -s conftest.err |
| 9976 | | } && test -s conftest$ac_exeext && |
| 9977 | | $as_test_x conftest$ac_exeext; then |
| 9978 | | ac_cv_lib_mpd_mpd_connect=yes |
| 9979 | | else |
| 9980 | | echo "$as_me: failed program was:" >&5 |
| 9981 | | sed 's/^/| /' conftest.$ac_ext >&5 |
| 9982 | | |
| 9983 | | ac_cv_lib_mpd_mpd_connect=no |
| 9984 | | fi |
| 9985 | | |
| 9986 | | rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ |
| 9987 | | conftest$ac_exeext conftest.$ac_ext |
| 9988 | | LIBS=$ac_check_lib_save_LIBS |
| 9989 | | fi |
| 9990 | | { echo "$as_me:$LINENO: result: $ac_cv_lib_mpd_mpd_connect" >&5 |
| 9991 | | echo "${ECHO_T}$ac_cv_lib_mpd_mpd_connect" >&6; } |
| 9992 | | if test $ac_cv_lib_mpd_mpd_connect = yes; then |
| 9993 | | has_libmpd_lib="true" |
| 9994 | | else |
| 9995 | | has_libmpd_lib="false" |
| 9996 | | fi |
| 9997 | | |
| 9998 | | if test "$has_libmpd_lib" = "true"; then |
| 9999 | | PLUGINS="$PLUGINS plugin_mpd.o" |
| 10000 | | PLUGINLIBS="$PLUGINLIBS -lmpd" |
| | 10237 | if test "$has_dvb_header" = "false"; then |
| | 10238 | { echo "$as_me:$LINENO: WARNING: linux/isdn.h header not found: isdn plugin CPS disabled" >&5 |
| | 10239 | echo "$as_me: WARNING: linux/isdn.h header not found: isdn plugin CPS disabled" >&2;} |
| | 10240 | fi |
| | 10241 | PLUGINS="$PLUGINS plugin_isdn.o" |