/[libtool]/libtool/ltdl.m4
ViewVC logotype

Diff of /libtool/ltdl.m4

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.35 by gary, Thu Sep 13 19:43:58 2001 UTC revision 1.36 by gary, Thu Sep 13 19:47:02 2001 UTC
# Line 258  AC_CHECK_LIB([dl], [dlopen], Line 258  AC_CHECK_LIB([dl], [dlopen],
258  #  include <dlfcn.h>  #  include <dlfcn.h>
259  #endif  #endif
260      ],      ],
261      [dlopen();],      [dlopen(0, 0);],
262      [AC_DEFINE(HAVE_LIBDL, 1,      [AC_DEFINE(HAVE_LIBDL, 1,
263        [Define if you have the libdl library or equivalent.])],        [Define if you have the libdl library or equivalent.])],
264      [AC_CHECK_LIB(svld, dlopen,      [AC_CHECK_LIB(svld, dlopen,

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26