From: David Jones Date: Thu, 27 May 1999 09:57:39 +0000 (+0000) Subject: * libltdl/ltdl.c (LTDL_BIND_FLAGS): Remove BIND_VERBOSE, to avoid X-Git-Tag: release-1-3-3~29 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bfe51b03d9f1bce1af7dbd20425a0794220ad25a;p=thirdparty%2Flibtool.git * libltdl/ltdl.c (LTDL_BIND_FLAGS): Remove BIND_VERBOSE, to avoid printing error messages. --- diff --git a/ChangeLog b/ChangeLog index 119fbcb56..a6156e397 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-05-27 David Jones + + * libltdl/ltdl.c (LTDL_BIND_FLAGS): Remove BIND_VERBOSE, to avoid + printing error messages. + 1999-05-27 Alexandre Oliva * configure.in: Bumped to 1.3.2a. diff --git a/libltdl/ltdl.c b/libltdl/ltdl.c index ce37e27e9..1580fe5e7 100644 --- a/libltdl/ltdl.c +++ b/libltdl/ltdl.c @@ -361,7 +361,7 @@ sys_dl = { LTDL_TYPE_TOP, 0, sys_dl_init, sys_dl_exit, #define BIND_RESTRICTED 0 #endif /* BIND_RESTRICTED */ -#define LTDL_BIND_FLAGS (BIND_IMMEDIATE | BIND_NONFATAL | BIND_VERBOSE | DYNAMIC_PATH) +#define LTDL_BIND_FLAGS (BIND_IMMEDIATE | BIND_NONFATAL | DYNAMIC_PATH) static int sys_shl_init LTDL_PARAMS((void))