aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-03 16:22:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-03 16:22:06 +0200
commit852126e1bc9b95529738d3225a141552d72b8e04 (patch)
treee67e03d14fc965699c0261c7e9adb4cbee1e1fb9 /configure.ac
parent6f04a3e6c45da9ece655b5ff0270a8a178c4e645 (diff)
Add support for MinGW build
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 6 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 10b2bdd..63a881a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,6 +32,11 @@ THREADS
#
LIBODB([],[AC_MSG_ERROR([libodb is not found; consider using --with-libodb=DIR])])
+# Define LIBODB_TRACER_STATIC_LIB if we are build static library on certain
+# platforms.
+#
+STATIC_LIB([LIBODB_TRACER_STATIC_LIB], [Static library interface.])
+
# Allow the user to specify the pkgconfig directory.
#
PKGCONFIG
@@ -42,7 +47,7 @@ DISABLE_RPATH
# Output.
#
-AC_CONFIG_HEADERS([odb/tracer/config.h])
+AC_CONFIG_HEADERS([odb/tracer/config.h odb/tracer/details/config.h])
AC_CONFIG_FILES([
__path__(config_files)
])