From ce8d2de90968c413dc9e86226e317e01156abc7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 10 Jan 2007 13:27:09 +0000 Subject: [PATCH] Provide a automake symbol ENABLE_SHARED if shared libraries are built. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19793 ec53bebd-3082-4978-b11e-865c3cabbd6b --- configure.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.in b/configure.in index 64243f26c..85aad4a1a 100644 --- a/configure.in +++ b/configure.in @@ -52,6 +52,8 @@ AC_C___ATTRIBUTE__ AC_PROG_LIBTOOL +AM_CONDITIONAL(ENABLE_SHARED, test "$enable_shared" = "yes") + rk_WFLAGS(-Wall -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wnested-externs) rk_TEST_PACKAGE(openldap,