From: Inga Stotland <inga.stotland@xxxxxxxxx> --- configure.ac | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configure.ac b/configure.ac index 1a095a352..901d51e0f 100644 --- a/configure.ac +++ b/configure.ac @@ -364,6 +364,11 @@ AC_DEFINE_UNQUOTED(CONFIGDIR, "${configdir}", [Directory for the configuration files]) AC_SUBST(CONFIGDIR, "${configdir}") +if (test "${enable_mesh}" = "yes"); then + AC_DEFINE_UNQUOTED(MESH_STORAGEDIR, "${storagedir}/mesh", + [Directory for the storage files]) +fi + AC_ARG_ENABLE(android, AC_HELP_STRING([--enable-android], [enable BlueZ for Android]), [enable_android=${enableval}]) -- 2.14.5