~ubuntu-branches/ubuntu/vivid/at-spi/vivid

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2010-06-15 15:26:15 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100615152615-lv0r6hm0qj5jer52
Tags: 1.31.1-0ubuntu1
* New upstream release
* debian/rules: Build with relocate disabled

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AC_INIT(idl/Accessibility.idl)
2
2
 
3
3
AT_SPI_MAJOR_VERSION=1
4
 
AT_SPI_MINOR_VERSION=30
 
4
AT_SPI_MINOR_VERSION=31
5
5
AT_SPI_MICRO_VERSION=1
6
6
AT_SPI_INTERFACE_AGE=0
7
7
AT_SPI_BINARY_AGE=0
211
211
        AC_SUBST(SM_LIBS)
212
212
fi
213
213
 
214
 
AC_ARG_ENABLE(relocate, [  --enable-relocate  Relocate to coexist with D-Bus [default=no]], enable_relocate="$enableval", enable_relocate=no)
 
214
AC_ARG_ENABLE(relocate, [  --enable-relocate  Relocate to coexist with D-Bus [default=yes]], enable_relocate="$enableval", enable_relocate=yes)
215
215
if test x$enable_relocate = xyes ; then
216
216
        AC_DEFINE(RELOCATE, , [Relocate to coexist with D-Bus])
217
217
fi