configure: report libsamplerate support status.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100
diff --git a/configure b/configure
index 3f30042..5e60a44 100755
--- a/configure
+++ b/configure
@@ -24170,30 +24170,35 @@ if test x$have_x = xyes; then
SUMMARY="${SUMMARY}X11 libraries :${SUMMARY_video_x11}\n"
fi
SUMMARY="${SUMMARY}Input drivers :${SUMMARY_input}\n"
+if test x$have_samplerate_h_hdr = xyes; then
+ SUMMARY="${SUMMARY}Using libsamplerate : YES\n"
+else
+ SUMMARY="${SUMMARY}Using libsamplerate : NO\n"
+fi
if test x$have_libudev_h_hdr = xyes; then
- SUMMARY="${SUMMARY}Using libudev : YES\n"
+ SUMMARY="${SUMMARY}Using libudev : YES\n"
else
- SUMMARY="${SUMMARY}Using libudev : NO\n"
+ SUMMARY="${SUMMARY}Using libudev : NO\n"
fi
if test x$have_dbus_dbus_h_hdr = xyes; then
- SUMMARY="${SUMMARY}Using dbus : YES\n"
+ SUMMARY="${SUMMARY}Using dbus : YES\n"
else
- SUMMARY="${SUMMARY}Using dbus : NO\n"
+ SUMMARY="${SUMMARY}Using dbus : NO\n"
fi
if test x$enable_ime = xyes; then
- SUMMARY="${SUMMARY}Using ime : YES\n"
+ SUMMARY="${SUMMARY}Using ime : YES\n"
else
- SUMMARY="${SUMMARY}Using ime : NO\n"
+ SUMMARY="${SUMMARY}Using ime : NO\n"
fi
if test x$have_ibus_ibus_h_hdr = xyes; then
- SUMMARY="${SUMMARY}Using ibus : YES\n"
+ SUMMARY="${SUMMARY}Using ibus : YES\n"
else
- SUMMARY="${SUMMARY}Using ibus : NO\n"
+ SUMMARY="${SUMMARY}Using ibus : NO\n"
fi
if test x$have_fcitx_frontend_h_hdr = xyes; then
- SUMMARY="${SUMMARY}Using fcitx : YES\n"
+ SUMMARY="${SUMMARY}Using fcitx : YES\n"
else
- SUMMARY="${SUMMARY}Using fcitx : NO\n"
+ SUMMARY="${SUMMARY}Using fcitx : NO\n"
fi
ac_config_commands="$ac_config_commands summary"
diff --git a/configure.in b/configure.in
index 443394a..f434d7e 100644
--- a/configure.in
+++ b/configure.in
@@ -3791,30 +3791,35 @@ if test x$have_x = xyes; then
SUMMARY="${SUMMARY}X11 libraries :${SUMMARY_video_x11}\n"
fi
SUMMARY="${SUMMARY}Input drivers :${SUMMARY_input}\n"
+if test x$have_samplerate_h_hdr = xyes; then
+ SUMMARY="${SUMMARY}Using libsamplerate : YES\n"
+else
+ SUMMARY="${SUMMARY}Using libsamplerate : NO\n"
+fi
if test x$have_libudev_h_hdr = xyes; then
- SUMMARY="${SUMMARY}Using libudev : YES\n"
+ SUMMARY="${SUMMARY}Using libudev : YES\n"
else
- SUMMARY="${SUMMARY}Using libudev : NO\n"
+ SUMMARY="${SUMMARY}Using libudev : NO\n"
fi
if test x$have_dbus_dbus_h_hdr = xyes; then
- SUMMARY="${SUMMARY}Using dbus : YES\n"
+ SUMMARY="${SUMMARY}Using dbus : YES\n"
else
- SUMMARY="${SUMMARY}Using dbus : NO\n"
+ SUMMARY="${SUMMARY}Using dbus : NO\n"
fi
if test x$enable_ime = xyes; then
- SUMMARY="${SUMMARY}Using ime : YES\n"
+ SUMMARY="${SUMMARY}Using ime : YES\n"
else
- SUMMARY="${SUMMARY}Using ime : NO\n"
+ SUMMARY="${SUMMARY}Using ime : NO\n"
fi
if test x$have_ibus_ibus_h_hdr = xyes; then
- SUMMARY="${SUMMARY}Using ibus : YES\n"
+ SUMMARY="${SUMMARY}Using ibus : YES\n"
else
- SUMMARY="${SUMMARY}Using ibus : NO\n"
+ SUMMARY="${SUMMARY}Using ibus : NO\n"
fi
if test x$have_fcitx_frontend_h_hdr = xyes; then
- SUMMARY="${SUMMARY}Using fcitx : YES\n"
+ SUMMARY="${SUMMARY}Using fcitx : YES\n"
else
- SUMMARY="${SUMMARY}Using fcitx : NO\n"
+ SUMMARY="${SUMMARY}Using fcitx : NO\n"
fi
AC_CONFIG_COMMANDS([summary], [echo -en "$SUMMARY"], [SUMMARY="$SUMMARY"])