diff options
author | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-09-07 05:00:38 +0000 |
---|---|---|
committer | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-09-07 05:00:38 +0000 |
commit | 20bd72ed467ff2b45fed9679cd2025bdb62dfee2 (patch) | |
tree | 374b3ce0e9c596b267d7632f0ce5f7ed610948ee /m4 | |
parent | 62a365ff33467ff62dbfd14825ab356700ed0200 (diff) | |
download | ATCD-20bd72ed467ff2b45fed9679cd2025bdb62dfee2.tar.gz |
ChangeLogTag: Tue Sep 6 21:56:43 2005 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'm4')
-rw-r--r-- | m4/tls.m4 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/m4/tls.m4 b/m4/tls.m4 index c4ee04cdcd6..3434e4ab765 100644 --- a/m4/tls.m4 +++ b/m4/tls.m4 @@ -175,7 +175,11 @@ SSL_shutdown (ssl); ]) AS_IF([test $ac_cv_openssl_libs != no], - [AC_SUBST([ACE_TLS_LIBS],[$ace_TLS_LIBS])], + [ +AC_SUBST([ACE_TLS_CPPFLAGS],[$ace_TLS_CPPFLAGS]) +AC_SUBST([ACE_TLS_LDFLAGS],[$ace_TLS_LDFLAGS]) +AC_SUBST([ACE_TLS_LIBS],[$ace_TLS_LIBS]) + ], []) dnl Restore the original library list and preprocessor flags. |