configure: report libsamplerate support status.
parent
c7f9dcb6fc
commit
1b3327edd0
|
@ -24170,30 +24170,35 @@ if test x$have_x = xyes; then
|
||||||
SUMMARY="${SUMMARY}X11 libraries :${SUMMARY_video_x11}\n"
|
SUMMARY="${SUMMARY}X11 libraries :${SUMMARY_video_x11}\n"
|
||||||
fi
|
fi
|
||||||
SUMMARY="${SUMMARY}Input drivers :${SUMMARY_input}\n"
|
SUMMARY="${SUMMARY}Input drivers :${SUMMARY_input}\n"
|
||||||
if test x$have_libudev_h_hdr = xyes; then
|
if test x$have_samplerate_h_hdr = xyes; then
|
||||||
SUMMARY="${SUMMARY}Using libudev : YES\n"
|
SUMMARY="${SUMMARY}Using libsamplerate : YES\n"
|
||||||
else
|
else
|
||||||
SUMMARY="${SUMMARY}Using libudev : NO\n"
|
SUMMARY="${SUMMARY}Using libsamplerate : NO\n"
|
||||||
|
fi
|
||||||
|
if test x$have_libudev_h_hdr = xyes; then
|
||||||
|
SUMMARY="${SUMMARY}Using libudev : YES\n"
|
||||||
|
else
|
||||||
|
SUMMARY="${SUMMARY}Using libudev : NO\n"
|
||||||
fi
|
fi
|
||||||
if test x$have_dbus_dbus_h_hdr = xyes; then
|
if test x$have_dbus_dbus_h_hdr = xyes; then
|
||||||
SUMMARY="${SUMMARY}Using dbus : YES\n"
|
SUMMARY="${SUMMARY}Using dbus : YES\n"
|
||||||
else
|
else
|
||||||
SUMMARY="${SUMMARY}Using dbus : NO\n"
|
SUMMARY="${SUMMARY}Using dbus : NO\n"
|
||||||
fi
|
fi
|
||||||
if test x$enable_ime = xyes; then
|
if test x$enable_ime = xyes; then
|
||||||
SUMMARY="${SUMMARY}Using ime : YES\n"
|
SUMMARY="${SUMMARY}Using ime : YES\n"
|
||||||
else
|
else
|
||||||
SUMMARY="${SUMMARY}Using ime : NO\n"
|
SUMMARY="${SUMMARY}Using ime : NO\n"
|
||||||
fi
|
fi
|
||||||
if test x$have_ibus_ibus_h_hdr = xyes; then
|
if test x$have_ibus_ibus_h_hdr = xyes; then
|
||||||
SUMMARY="${SUMMARY}Using ibus : YES\n"
|
SUMMARY="${SUMMARY}Using ibus : YES\n"
|
||||||
else
|
else
|
||||||
SUMMARY="${SUMMARY}Using ibus : NO\n"
|
SUMMARY="${SUMMARY}Using ibus : NO\n"
|
||||||
fi
|
fi
|
||||||
if test x$have_fcitx_frontend_h_hdr = xyes; then
|
if test x$have_fcitx_frontend_h_hdr = xyes; then
|
||||||
SUMMARY="${SUMMARY}Using fcitx : YES\n"
|
SUMMARY="${SUMMARY}Using fcitx : YES\n"
|
||||||
else
|
else
|
||||||
SUMMARY="${SUMMARY}Using fcitx : NO\n"
|
SUMMARY="${SUMMARY}Using fcitx : NO\n"
|
||||||
fi
|
fi
|
||||||
ac_config_commands="$ac_config_commands summary"
|
ac_config_commands="$ac_config_commands summary"
|
||||||
|
|
||||||
|
|
27
configure.in
27
configure.in
|
@ -3791,30 +3791,35 @@ if test x$have_x = xyes; then
|
||||||
SUMMARY="${SUMMARY}X11 libraries :${SUMMARY_video_x11}\n"
|
SUMMARY="${SUMMARY}X11 libraries :${SUMMARY_video_x11}\n"
|
||||||
fi
|
fi
|
||||||
SUMMARY="${SUMMARY}Input drivers :${SUMMARY_input}\n"
|
SUMMARY="${SUMMARY}Input drivers :${SUMMARY_input}\n"
|
||||||
if test x$have_libudev_h_hdr = xyes; then
|
if test x$have_samplerate_h_hdr = xyes; then
|
||||||
SUMMARY="${SUMMARY}Using libudev : YES\n"
|
SUMMARY="${SUMMARY}Using libsamplerate : YES\n"
|
||||||
else
|
else
|
||||||
SUMMARY="${SUMMARY}Using libudev : NO\n"
|
SUMMARY="${SUMMARY}Using libsamplerate : NO\n"
|
||||||
|
fi
|
||||||
|
if test x$have_libudev_h_hdr = xyes; then
|
||||||
|
SUMMARY="${SUMMARY}Using libudev : YES\n"
|
||||||
|
else
|
||||||
|
SUMMARY="${SUMMARY}Using libudev : NO\n"
|
||||||
fi
|
fi
|
||||||
if test x$have_dbus_dbus_h_hdr = xyes; then
|
if test x$have_dbus_dbus_h_hdr = xyes; then
|
||||||
SUMMARY="${SUMMARY}Using dbus : YES\n"
|
SUMMARY="${SUMMARY}Using dbus : YES\n"
|
||||||
else
|
else
|
||||||
SUMMARY="${SUMMARY}Using dbus : NO\n"
|
SUMMARY="${SUMMARY}Using dbus : NO\n"
|
||||||
fi
|
fi
|
||||||
if test x$enable_ime = xyes; then
|
if test x$enable_ime = xyes; then
|
||||||
SUMMARY="${SUMMARY}Using ime : YES\n"
|
SUMMARY="${SUMMARY}Using ime : YES\n"
|
||||||
else
|
else
|
||||||
SUMMARY="${SUMMARY}Using ime : NO\n"
|
SUMMARY="${SUMMARY}Using ime : NO\n"
|
||||||
fi
|
fi
|
||||||
if test x$have_ibus_ibus_h_hdr = xyes; then
|
if test x$have_ibus_ibus_h_hdr = xyes; then
|
||||||
SUMMARY="${SUMMARY}Using ibus : YES\n"
|
SUMMARY="${SUMMARY}Using ibus : YES\n"
|
||||||
else
|
else
|
||||||
SUMMARY="${SUMMARY}Using ibus : NO\n"
|
SUMMARY="${SUMMARY}Using ibus : NO\n"
|
||||||
fi
|
fi
|
||||||
if test x$have_fcitx_frontend_h_hdr = xyes; then
|
if test x$have_fcitx_frontend_h_hdr = xyes; then
|
||||||
SUMMARY="${SUMMARY}Using fcitx : YES\n"
|
SUMMARY="${SUMMARY}Using fcitx : YES\n"
|
||||||
else
|
else
|
||||||
SUMMARY="${SUMMARY}Using fcitx : NO\n"
|
SUMMARY="${SUMMARY}Using fcitx : NO\n"
|
||||||
fi
|
fi
|
||||||
AC_CONFIG_COMMANDS([summary], [echo -en "$SUMMARY"], [SUMMARY="$SUMMARY"])
|
AC_CONFIG_COMMANDS([summary], [echo -en "$SUMMARY"], [SUMMARY="$SUMMARY"])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue