Browse CVS Repository
Diff of /satellite/satellite4/aclocal.m4
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 2278 |
# Find out which ABI we are using (multilib Linux x86_64 hack). |
# Find out which ABI we are using (multilib Linux x86_64 hack). |
| 2279 |
libsuff= |
libsuff= |
| 2280 |
case "$host_cpu" in |
case "$host_cpu" in |
| 2281 |
x86_64*|s390x*) |
x86_64*|s390x*|powerpc64*) |
| 2282 |
echo '[#]line __oline__ "configure"' > conftest.$ac_ext |
echo '[#]line __oline__ "configure"' > conftest.$ac_ext |
| 2283 |
if AC_TRY_EVAL(ac_compile); then |
if AC_TRY_EVAL(ac_compile); then |
| 2284 |
case `/usr/bin/file conftest.$ac_objext` in |
case `/usr/bin/file conftest.$ac_objext` in |
|
|
Legend:
| Removed from v.1.3 |
|
| changed lines |
| |
Added in v.1.4 |
|
|
|