Use precise define names for LV2 version configure checks.

This commit is contained in:
David Robillard 2014-10-31 20:22:57 -04:00
parent 0a60077a61
commit 324ab35abc
3 changed files with 6 additions and 6 deletions

View file

@ -7,7 +7,7 @@
#define LV2_SUPPORT 1
#define HAVE_SUIL 1
#define HAVE_LV2 1
#define HAVE_NEW_LV2 1
#define HAVE_LV2_1_2_0 1
/* Comment out the above lines to build Mixbus without LV2 support */
#endif