Opened 14 years ago
Closed 14 years ago
#307 closed defect/bug (fixed)
configure doesn't report dbus/python binding status
Reported by: | Tripzero | Owned by: | KaZeR |
---|---|---|---|
Priority: | minor | Milestone: | want patch / contribution |
Component: | core | Version: | git master |
Severity: | Keywords: | ||
Cc: |
Description
configure doesn't report that the dbus/python bindings will be built and therefore it is unknown to the user if he has the libs installed that the bindings require.
Below is a patch to fix it:
Index: configure.in =================================================================== --- configure.in (revision 2068) +++ configure.in (working copy) @@ -966,6 +966,10 @@
echo " internal: $gui_internal ($gui_internal_reason)" echo " win32: $gui_win32 ($gui_win32_reason)"
+echo "Bindings:" +echo " dbus: $binding_dbus ($binding_dbus_reason)" +echo " python: $binding_python ($binding_python_reason)" +
echo "Speech types:" echo " cmdline: $speech_cmdline ($speech_cmdline_reason)" echo " speech_dispatcher: $speech_speech_dispatcher ($speech_speech_dispatcher_reason)"
Attachments (1)
Change History (2)
Changed 14 years ago by Tripzero
comment:1 Changed 14 years ago by Singesang
- Resolution set to fixed
- Status changed from new to closed
Applied in r2069. Thanks trip0