monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Monotone-devel] Gentoo and 64 bits...


From: Nathaniel Smith
Subject: Re: [Monotone-devel] Gentoo and 64 bits...
Date: Sat, 19 Feb 2005 13:15:07 -0800
User-agent: Mutt/1.5.6+20040907i

On Sat, Feb 19, 2005 at 12:35:44PM +0100, Ole Dalgaard wrote:
> --- configure.ac.ORG    2005-02-19 12:29:00.000000000 +0100
> +++ configure.ac        2005-02-19 12:29:30.000000000 +0100
> @@ -157,6 +157,10 @@
>    AC_MSG_CHECKING([location of static boost libraries])
>    for i in ${static_boost_prefixes}
>    do
> +       if test -e $i/lib64/libboost_regex${BOOST_SUFFIX}.a
> +       then
> +               BOOST_LIBDIR=$i/lib64
> +       fi
>        if test -e $i/lib/libboost_regex${BOOST_SUFFIX}.a
>        then
>                BOOST_LIBDIR=$i/lib

I've applied this, but... doesn't it do the wrong thing if someone,
say, has a 64-bit cross environment installed, but isn't using it?
(Or even, if just trying to use 32-bit legacy mode on a 64-bit
system?)

Anyone know how to make this check conditional on whether we're
currently actually using a 64-bit compiler mode?

-- Nathaniel

-- 
"But in Middle-earth, the distinct accusative case disappeared from
the speech of the Noldor (such things happen when you are busy
fighting Orcs, Balrogs, and Dragons)."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]