# HG changeset patch # User iive # Date 1128804221 0 # Node ID acea5fa35f16a57c5a918ff495e64977dfc51ad3 # Parent 489030a0d37c37ff2c3d7d0259ad802b739c4b7d typo fix at (_)ld_dl patch by jb13 at gomerbud com diff -r 489030a0d37c -r acea5fa35f16 configure --- a/configure Sat Oct 08 19:04:25 2005 +0000 +++ b/configure Sat Oct 08 20:43:41 2005 +0000 @@ -2721,7 +2721,7 @@ EOF _dl=no for _ld_tmp in "" "-ldl" ; do - cc_check $_ld_tmp && ld_dl="$_ld_tmp" && _dl=yes && break + cc_check $_ld_tmp && _ld_dl="$_ld_tmp" && _dl=yes && break done if test "$_dl" = yes ; then _def_dl='#define HAVE_LIBDL 1'