Philipp Thomas wrote
- Philipp Thomas (pth@suse.de) [20070604 17:38]:
At the end of this mail is a patch that should fix it
Hmm, it doesn't work here, because in which-2.13/configure there is still
if eval "test "`echo '$''{'ac_cv_lib_static_$ac_lib_var'+set}'`" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else if test -r /etc/ld.so.conf ; then ld_so_paths="/lib /usr/lib `cat /etc/ld.so.conf`" else ld_so_paths="/lib /usr/lib" fi
and that seems to be unaffected by the patch in ainclude.m4.
I couldn't adapt your patch here because the variables are different and I'm not sure where to check for the "64".
cu, Frank