Feature #367 ยป 0046-Update-lib-prefix.m4-to-serial-23.patch
| m4/lib-prefix.m4 | ||
|---|---|---|
|
# lib-prefix.m4 serial 22
|
||
|
# lib-prefix.m4 serial 23
|
||
|
dnl Copyright (C) 2001-2005, 2008-2024 Free Software Foundation, Inc.
|
||
|
dnl This file is free software; the Free Software Foundation
|
||
|
dnl gives unlimited permission to copy and/or distribute it,
|
||
| ... | ... | |
|
AC_CACHE_CHECK([for ELF binary format], [gl_cv_elf],
|
||
|
[AC_EGREP_CPP([Extensible Linking Format],
|
||
|
[#if defined __ELF__ || (defined __linux__ && defined __EDG__)
|
||
|
[#if defined __ELF__ || (defined __linux__ && (defined __EDG__ || defined __SUNPRO_C))
|
||
|
Extensible Linking Format
|
||
|
#endif
|
||
|
],
|
||