Larry Doolittle <[EMAIL PROTECTED]> writes: > On Mon, Dec 19, 2005 at 09:16:10AM -0500, Greg Troxel wrote: > > > - if test "$host_cpu" = "x86_64"; then > > + if test "$host_os" = "Linux" -a "$host_cpu" = "x86_64"; then > > + # XXX Debian may not use this convention. > > In the spirit of autoconf, shouldn't this check behavior, > instead of enumerating systems? > > if test -d ${libdir}64; then ...
Perhaps, but that isn't the right test; one wants to check for a policy, not the existence of a directory -- especially a directory which might have been incorrectly created. In that case, one needs to remove the '64' as well, because that's for a particular architecture. Or do GNU/Linux distributions have this same behavior on sparc64? I'm not aware of a way to check (in a robust manner) for such a policy. -- Greg Troxel <[EMAIL PROTECTED]> _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio