configure.ac
changeset 454 56ff755c268c
parent 443 b2d6a8273459
child 455 df914f383f5c
     1.1 --- a/configure.ac	Sat Aug 23 17:24:34 2014 +0100
     1.2 +++ b/configure.ac	Sat Oct 04 18:12:58 2014 +0100
     1.3 @@ -66,6 +66,10 @@
     1.4  	      [enable_atomic=yes])
     1.5  if test "$enable_atomic" = "yes"; then
     1.6      AC_DEFINE([ENABLE_ATOMIC],[1],[Define if atomic transactions are wanted.])
     1.7 +    AC_SUBST([RAZOR_HAVE_ATOMIC_ROLLBACK],
     1.8 +      ['#define RAZOR_HAVE_ATOMIC_ROLLBACK 1'])
     1.9 +else
    1.10 +    AC_SUBST([RAZOR_HAVE_ATOMIC_ROLLBACK],['#undef RAZOR_HAVE_ATOMIC_ROLLBACK'])
    1.11  fi
    1.12  
    1.13  AC_MSG_CHECKING([for Microsoft Windows native API])
    1.14 @@ -303,6 +307,7 @@
    1.15  data/razor.pc
    1.16  data/Makefile
    1.17  librazor/Makefile
    1.18 +librazor/razor.h
    1.19  librazor/types/Makefile
    1.20  src/Makefile
    1.21  docs/Makefile