From 2046e10a302f3ad93385269d61e94afb4db6d723 Mon Sep 17 00:00:00 2001 From: Guido Draheim Date: Fri, 12 Oct 2001 23:32:13 +0000 Subject: [PATCH] * ltdl.m4: Changed "underscode to underscore". --- ChangeLog | 4 ++++ ltdl.m4 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 440aade84..a1291d510 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-10-12 Guido Draheim + + * ltdl.m4: Changed "underscode to underscore". + 2001-10-06 Gary V. Vaughan * configure.ac: General modernisation and cleanup. diff --git a/ltdl.m4 b/ltdl.m4 index 337046dd9..06f9f1602 100644 --- a/ltdl.m4 +++ b/ltdl.m4 @@ -355,7 +355,7 @@ fi if test x"$libltdl_cv_need_uscore" = xyes; then AC_DEFINE(NEED_USCORE, 1, - [Define if dlsym() requires a leading underscode in symbol names.]) + [Define if dlsym() requires a leading underscore in symbol names.]) fi ])# AC_LTDL_DLSYM_USCORE -- 2.47.2