diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-04-18 21:39:38 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-04-18 21:39:38 +0000 |
commit | 6486623b43bcc992272bab19f6f9460fe7213834 (patch) | |
tree | d64ffd63f7045d6b12685c9e2d0a16faa3f86e64 /configure.in | |
parent | 56538fa42f8d2dd17baec32012df75048a6ed1a4 (diff) | |
download | ATCD-6486623b43bcc992272bab19f6f9460fe7213834.tar.gz |
* configure.in:
* tests/Makefile.am:
Added libtool support for modules (dlopened libraries).
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 378f690df62..bbff4cf2845 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl dnl $Id$ -AC_REVISION($Revision 0.59 $)dnl +AC_REVISION($Revision 0.60 $)dnl dnl dnl An autoconf script to automatically configure ACE. @@ -933,8 +933,8 @@ dnl if the libtool setup was done prior to the thread checks. dnl Disable building of static libraries by default AC_DISABLE_STATIC -dnl Tell libtool to build a C++ shared library -dnl AC_LIBTOOL_BUILD_CXX_LIBRARY +dnl Enable Libtool module support +AC_LIBTOOL_DLOPEN dnl Check for libtool and turn on Automake processing for Libtool AC_PROG_LIBTOOL |