From 6b6c388699d9ff1eb62af41caec9eadfcc2f0c09 Mon Sep 17 00:00:00 2001 From: David Jones Date: Thu, 27 May 1999 09:57:39 +0000 Subject: [PATCH] * libltdl/ltdl.c (LTDL_BIND_FLAGS): Remove BIND_VERBOSE, to avoid printing error messages. --- ChangeLog | 5 +++++ libltdl/ltdl.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7825ddb2a..0d01da6c3 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-26 Alexandre Oliva GNU libtool 1.3.2 was released. 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)) -- 2.47.3