+1999-05-22 Doug Evans <devans@casey.cygnus.com>
+
+ * libltdl/configure.in (dlerror): Fix typo in dlopen found in -ldl
+ test.
+
1999-05-22 Gary V. Vaughan <gary@oranda.demon.co.uk>
* configure.in: bumped to 1.3.1a.
test "x$ac_cv_lib_dld_shl_load" = yes || LIBADD_DL="$LIBADD_DL -ldld"])
AC_SUBST(LIBADD_DL)
-if test "x$ac_cv_func_dlopen" = xyes || test "x$ac_cv_lib_dl_dlopen" = yes; then
+if test "x$ac_cv_func_dlopen" = xyes || test "x$ac_cv_lib_dl_dlopen" = xyes; then
LIBS_SAVE="$LIBS"
LIBS="$LIBS $LIBADD_DL"
AC_CHECK_FUNCS(dlerror)