~3v1n0/bamf/javaws-matching-0.3

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Tarmac
  • Author(s): Timo Jyrinki
  • Date: 2012-11-05 12:47:47 UTC
  • mfrom: (494.1.1 0.3)
  • Revision ID: tarmac-20121105124747-eefpxf7yyiyh3lfj
Revert the revert in r494, cleanups were not rejected after all.. Fixes: . Approved by Łukasz Zemczak.

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
###########################
124
124
# libunity_webapps
125
125
###########################
126
 
PKG_CHECK_MODULES(LIBUNITY_WEBAPPS, libunity_webapps-0.2)
127
 
 
 
126
AC_ARG_ENABLE([webapps],
 
127
              AS_HELP_STRING([--enable-webapps],
 
128
                             [Enable libunity-webapps support]),
 
129
              [enable_webapps=$enableval],
 
130
              [enable_webapps=yes])
 
131
if test "x$enable_webapps" = "xyes"; then
 
132
  PKG_CHECK_MODULES(LIBUNITY_WEBAPPS, libunity_webapps-0.2)
 
133
  AC_DEFINE_UNQUOTED(HAVE_WEBAPPS, , [Use libunity-webapps])
 
134
fi
 
135
AM_CONDITIONAL([HAVE_WEBAPPS], [test "x$enable_webapps" = "xyes"])
128
136
AC_SUBST(LIBUNITY_WEBAPPS_CFLAGS)
129
137
AC_SUBST(LIBUNITY_WEBAPPS_LIBS)
130
138
 
185
193
    Install Prefix:     ${prefix}
186
194
    Introspection:      ${enable_introspection}
187
195
    GTK+ Version:       ${with_gtk}
 
196
    Unity Webapps:      ${enable_webapps}
188
197
    Headless tests:     ${enable_headless_tests}
189
198
 
190
199
EOF