Hi,
comex wrote:
> From m4/lib-prefix.m4:
>
> --
> AC_CACHE_CHECK([for ELF binary format], [gl_cv_elf],
> [AC_EGREP_CPP([Extensible Linking Format],
>[#ifdef __ELF__
> Extensible Linking Format
> #endif
>],
>[gl_cv_elf=yes],
>[gl_cv_elf=no])
>
On Sun, Nov 29, 2020 at 9:43 PM comex wrote:
>
> From m4/lib-prefix.m4:
>
> --
> AC_CACHE_CHECK([for ELF binary format], [gl_cv_elf],
> [AC_EGREP_CPP([Extensible Linking Format],
>[#ifdef __ELF__
> Extensible Linking Format
> #endif
>],
>[gl_cv_elf=yes
From m4/lib-prefix.m4:
--
AC_CACHE_CHECK([for ELF binary format], [gl_cv_elf],
[AC_EGREP_CPP([Extensible Linking Format],
[#ifdef __ELF__
Extensible Linking Format
#endif
],
[gl_cv_elf=yes],
[gl_cv_elf=no])
])
if test $gl_cv_elf; then
—
I b