From: Ken Raeburn Date: Sun, 25 Mar 2007 23:05:37 +0000 (+0000) Subject: Remove special support for building a shared library with no dependencies, since... X-Git-Tag: krb5-1.7-alpha1~1244 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a379ee25de142415a452850e9142c0ad2e4b8f66;p=krb5.git Remove special support for building a shared library with no dependencies, since we only have one such library, and it's one we don't install. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19258 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/aclocal.m4 b/src/aclocal.m4 index 12daf2a27..f48dbe2f6 100644 --- a/src/aclocal.m4 +++ b/src/aclocal.m4 @@ -1118,9 +1118,7 @@ dnl dnl Pull in the necessary stuff to create the libraries. AC_DEFUN(KRB5_BUILD_LIBRARY, -[KRB5_BUILD_LIBRARY_WITH_DEPS -# null out SHLIB_EXPFLAGS because we lack any dependencies -SHLIB_EXPFLAGS=]) +[KRB5_BUILD_LIBRARY_WITH_DEPS]) dnl dnl KRB5_BUILD_LIBRARY_STATIC