~jeremy-munsch/synapse-project/fix-desktop-launchers

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Rico Tzschichholz
  • Date: 2014-07-15 09:33:40 UTC
  • Revision ID: ricotz@ubuntu.com-20140715093340-65ja9hzm8ji9x96c
build: Move definition of common valaflags to configure

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
  --pkg libnotify"
72
72
AC_SUBST(SYNAPSE_MODULES_VALAFLAGS)
73
73
 
 
74
SYNAPSE_COMMON_VALAFLAGS=" --target-glib=2.28 --thread -g"
 
75
AC_SUBST(SYNAPSE_COMMON_VALAFLAGS)
74
76
 
75
77
AC_ARG_ENABLE(librest,
76
78
              AS_HELP_STRING([--enable-librest[=@<:@no/auto/yes@:>@]],[Build support for plugins using librest ]),