libopensc: fix name of 'LTDL' macro

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@5204 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
vtarasov 2011-02-17 09:28:40 +00:00
parent 2ea78bf741
commit 6dd928bdfb

View File

@ -641,7 +641,7 @@ int sc_context_create(sc_context_t **ctx_out, const sc_context_param_t *parm)
sc_debug(ctx, SC_LOG_DEBUG_NORMAL, "==================================="); /* first thing in the log */ sc_debug(ctx, SC_LOG_DEBUG_NORMAL, "==================================="); /* first thing in the log */
sc_debug(ctx, SC_LOG_DEBUG_NORMAL, "opensc version: %s", sc_get_version()); sc_debug(ctx, SC_LOG_DEBUG_NORMAL, "opensc version: %s", sc_get_version());
#ifdef HAVE_LIBLTL_H #ifdef HAVE_LTDL_H
/* initialize ltdl, if available. See scdl.c for more information */ /* initialize ltdl, if available. See scdl.c for more information */
if (lt_dlinit() != 0) { if (lt_dlinit() != 0) {
sc_debug(ctx, SC_LOG_DEBUG_NORMAL, "lt_dlinit() failed"); sc_debug(ctx, SC_LOG_DEBUG_NORMAL, "lt_dlinit() failed");