diff options
author | David Robillard <d@drobilla.net> | 2008-08-20 05:13:37 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-08-20 05:13:37 +0000 |
commit | b0471f840eb93a9c01df8d662386902a28bac265 (patch) | |
tree | 4a41454fb2e554719f4b9dcb54bec90e4dca2b0a /configure.ac | |
parent | dcf14b6d4ed9281409196ac92e15c31b40abf179 (diff) | |
download | ingen-b0471f840eb93a9c01df8d662386902a28bac265.tar.gz ingen-b0471f840eb93a9c01df8d662386902a28bac265.tar.bz2 ingen-b0471f840eb93a9c01df8d662386902a28bac265.zip |
Fix building without libsoup. Again.
git-svn-id: http://svn.drobilla.net/lad/ingen@1457 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index d5261794..d87ec176 100644 --- a/configure.ac +++ b/configure.ac @@ -338,9 +338,9 @@ AC_MSG_RESULT([]) AC_MSG_RESULT([**********************************************************************]) AC_MSG_RESULT([Configuration:]) AC_MSG_RESULT([]) -AC_MSG_RESULT([Jack support: $build_jack]) -AC_MSG_RESULT([LV2 Plugin support: $build_lv2]) -AC_MSG_RESULT([LADSPA Plugin support: $build_ladspa]) +AC_MSG_RESULT([Jack support: $build_jack]) +AC_MSG_RESULT([LV2 Plugin support: $build_lv2]) +AC_MSG_RESULT([LADSPA Plugin support: $build_ladspa]) AC_MSG_RESULT([]) AC_MSG_RESULT([Ingen:]) AC_MSG_RESULT([ Denormal fixes (assembly): $assembly]) @@ -348,6 +348,8 @@ AC_MSG_RESULT([ Engine library/OSC server: $build_ingen_server]) AC_MSG_RESULT([ JACK in-process engine: $build_in_process_engine]) AC_MSG_RESULT([ Client library: $build_ingen_client_lib]) AC_MSG_RESULT([ GTK GUI: $build_ingen_gtk_client]) +AC_MSG_RESULT([ OSC interface (via liblo): yes]) +AC_MSG_RESULT([ HTTP interface (libsoup): $build_http]) AC_MSG_RESULT([ Language bindings: $bindings]) AC_MSG_RESULT([]) AC_MSG_RESULT([*** INGEN IS WITHOUT LASH SUPPORT AT THIS TIME ***]) |