diff options
author | David Robillard <d@drobilla.net> | 2008-08-22 03:26:33 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-08-22 03:26:33 +0000 |
commit | ba6d8f840be5cadfeaa01f3ec488f02518eb684a (patch) | |
tree | 6ccb66ca2fcad5cbeaafe3d0f166711568f6eea0 /configure.ac | |
parent | bd16306d425a8ed25cf4196f43521ca3f0f3346e (diff) | |
download | raul-ba6d8f840be5cadfeaa01f3ec488f02518eb684a.tar.gz raul-ba6d8f840be5cadfeaa01f3ec488f02518eb684a.tar.bz2 raul-ba6d8f840be5cadfeaa01f3ec488f02518eb684a.zip |
Lash D-Bus support and projects list from LADI Patchage, with improvements/cleanup/sanification/etc.
Remove liblash stuff (meh, what the hell... here's to new beginnings).
Enable/disable/hide/etc patchage widgets better based on available (compiled in) functionality.
git-svn-id: http://svn.drobilla.net/lad/raul@1462 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/configure.ac b/configure.ac index 04af390..780ab47 100644 --- a/configure.ac +++ b/configure.ac @@ -143,22 +143,6 @@ if test "$build_jack" = "yes"; then AC_DEFINE(HAVE_JACK_MIDI, 1, [Has Jack MIDI]) fi -# LASH support -build_lash="yes" -AC_ARG_ENABLE(lash, - [AS_HELP_STRING(--enable-lash, [Enable LASH session management support (yes)])], - [ if test x$enable_lash = xno ; then build_lash=no ; fi ]) - -have_lash="no" -if test "$build_lash" = "yes"; then - PKG_CHECK_MODULES(LASH, lash-1.0 >= 0.5.2, have_lash="yes", have_lash="no") -fi -if test "$have_lash" = "yes"; then - AC_DEFINE(HAVE_LASH, 1, [Has lash.h]) -else - AC_MSG_WARN([LASH not found, session support will not be built.]) -fi - # Build documentation build_documentation="yes" AC_ARG_ENABLE(documentation, @@ -208,7 +192,6 @@ AC_MSG_RESULT([***************************************************************** AC_MSG_RESULT([Configuration:]) AC_MSG_RESULT([]) AC_MSG_RESULT([Jack support: $build_jack]) -AC_MSG_RESULT([LASH support: $build_lash]) AC_MSG_RESULT([Build unit tests: $build_unit_tests]) AC_MSG_RESULT([]) AC_MSG_RESULT([C FLAGS: $CFLAGS]) |