bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gawk 3.1.1 has bad configure check for mmap() on Solaris


From: Akim Demaille
Subject: Re: gawk 3.1.1 has bad configure check for mmap() on Solaris
Date: 23 May 2002 14:54:03 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Honest Recruiter)

| @@ -149,7 +150,7 @@ dnl check for dynamic linking
|  dnl This is known to be very primitive
|  AC_CHECK_HEADER(dlfcn.h,
|       AC_CHECK_LIB(dl, dlopen,
| -             AC_DEFINE(DYNAMIC)
| +             AC_DEFINE(DYNAMIC, 1, [allow dynamic addition of builtins])
|               LIBS="$LIBS -ldl"
|               if test "$GCC" = yes
|               then

This appears to be underquoted twice: the AC_CHECK_LIB in
AC_CHECK_HEADER, and the AC_DEFINE in AC_CHECK_LIB.  Very dangerous.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]