mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-27 06:09:57 +08:00
* libltdl/argz.c <HAVE_CONFIG_H>: Avoid redefinition warning.
This commit is contained in:
parent
8b84089a97
commit
d398ce8acb
@ -1,5 +1,7 @@
|
||||
2005-09-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* libltdl/argz.c <HAVE_CONFIG_H>: Avoid redefinition warning.
|
||||
|
||||
* libltdl/ltdl.c (lt_argz_insert): Work around newlib
|
||||
argz_insert bug.
|
||||
* Makefile.am (VERSION_INFO): Bumped revision.
|
||||
|
@ -29,6 +29,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||
|
||||
/* Provide our wierdo HAVE_CONFIG_H rvalue for other clients. */
|
||||
#if !defined(LTDL) && defined(HAVE_CONFIG_H)
|
||||
# undef HAVE_CONFIG_H
|
||||
# define HAVE_CONFIG_H <config.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user