From c2e738be9c2f2ec7b9f4edd60a1281a2a6da4bc1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 15 Sep 2010 19:36:38 +0200 Subject: Detect static-lib only build on Windows with automake --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e45f845..8bcd417 100644 --- a/configure.ac +++ b/configure.ac @@ -24,6 +24,10 @@ AC_LANG(C++) # LT_OUTPUT +# Define LIBODB_STATIC_LIB if we are build static library on certain platforms. +# +STATIC_LIB([LIBCUTL_STATIC_LIB], [Static library interface.]) + # Allow the user to specify the pkgconfig directory. # PKGCONFIG -- cgit v1.1