From a3312e3715aed4a2090ff84446b185dc86d0c052 Mon Sep 17 00:00:00 2001 From: dons Date: Sat, 14 Sep 2002 01:06:27 +0000 Subject: [PATCH 1/1] [project @ 2002-09-14 01:06:27 by dons] RTLD_{GLOBAL,NOW} should have been HAVE_RTLD{GLOBAL,NOW} --- acconfig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/acconfig.h b/acconfig.h index 8896c0d..763e92b 100644 --- a/acconfig.h +++ b/acconfig.h @@ -88,10 +88,10 @@ #undef HAVE_RTLDLOCAL /* Define if RTLD_GLOBAL is available */ -#undef RTLD_GLOBAL +#undef HAVE_RTLDGLOBAL /* Define if RTLD_NOW is available */ -#undef RTLD_NOW +#undef HAVE_RTLDNOW /* Define if C compiler supports long long types */ #undef HAVE_LONG_LONG -- 1.7.10.4