~abreu-alexandre/unity-chromium-extension/fix-1138473

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Tarmac
  • Author(s): Robert Bruce Park
  • Date: 2013-01-11 08:42:22 UTC
  • mfrom: (210.1.1 unity-chromium-extension)
  • Revision ID: tarmac-20130111084222-b2xw9xppd1fzkcqa
Automatic snapshot from revision 207 (bootstrap).

Approved by Didier Roche, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl Process this file with autoconf to produce a configure script.
2
2
dnl Created by Anjuta application wizard.
3
3
 
4
 
AC_INIT(unity_webapps_chromium, 2.4.4)
 
4
AC_INIT(unity_webapps_chromium, 2.4.5)
5
5
AC_CONFIG_HEADERS([config.h])
6
6
AM_INIT_AUTOMAKE([1.11])
7
7
AM_SILENT_RULES([yes])
24
24
AC_ARG_ENABLE(debug, AC_HELP_STRING([--enable-debug],[enable debugging. [default=no]]), [enable_debug="yes"],[enable_debug="no"])
25
25
 
26
26
if test "x$enable_debug" = "xyes"; then
27
 
        NPAPI_DEBUG_CFLAGS="-DNPAPI_DEBUG_ENABLED"
 
27
        NPAPI_DEBUG_CFLAGS="-DNPAPI_DEBUG_ENABLED"
28
28
else
29
 
        NPAPI_DEBUG_CFLAGS=""
 
29
        NPAPI_DEBUG_CFLAGS=""
30
30
fi
31
31
 
32
32
AC_SUBST(NPAPI_DEBUG_CFLAGS)
60
60
tests/unit/Makefile
61
61
tests/unit/npapi/Makefile
62
62
po/Makefile])
63