Update to autoconf 2.53

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13574 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2002-05-02 15:17:54 +00:00
parent f2ff61c213
commit d9c4a7f47b
16 changed files with 15854 additions and 7017 deletions

View file

@ -22,7 +22,7 @@ fi
if test $DYNAMIC_LINKER = simple; then
AC_TRY_LINK([#include <dlfcn.h>], dladdr(0,0);,
AC_DEFINE(HAVE_DLADDR))
AC_DEFINE(HAVE_DLADDR,, [Define if you have dladdr]))
fi
AC_SUBST(DYNAMIC_LINKER)dnl