changeset 16711:acea5fa35f16

typo fix at (_)ld_dl patch by jb13 at gomerbud com
author iive
date Sat, 08 Oct 2005 20:43:41 +0000
parents 489030a0d37c
children 2059bee8c11c
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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'