diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2007-03-25 23:05:37 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2007-03-25 23:05:37 +0000 |
| commit | a379ee25de142415a452850e9142c0ad2e4b8f66 (patch) | |
| tree | 2ed025733ee2ccde9bcb32f84948357c9f22c105 /src | |
| parent | 75de5f1b5ff741283e23d6e161b68771a04f3e45 (diff) | |
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
Diffstat (limited to 'src')
| -rw-r--r-- | src/aclocal.m4 | 4 |
1 files changed, 1 insertions, 3 deletions
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 |
