Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Andraž 'ruskie' Levstik (f98febcd8a4fefba882c89cee1f0c61ec1fe724c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <smgl AT lynxlynx.info>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Andraž 'ruskie' Levstik (f98febcd8a4fefba882c89cee1f0c61ec1fe724c)
  • Date: Thu, 1 May 2008 22:48:54 +0200

On Thursday 01 of May 2008 22:36:58 Andraž 'ruskie' Levstik wrote:
> -#if ! list_find "$BOOST_LIBS" "python" &&
> -# ! list_find "$BOOST_OPTS1" "python" ; then
> -# BLIST="$BLIST --without-python"
> -#fi
> +if list_find "${BOOST_LIBS}" "graph" ||
> + list_find "${BOOST_LIBS}" "all" ; then
You can also use list_find "${BOOST_LIBS}" "graph" all - it can take more
than two parameters and succeeds if anyone matches.

--
We cannot command nature except by obeying her. --Sir Francis Bacon
Have a sourcerous day! www.sourcemage.org

Attachment: signature.asc
Description: This is a digitally signed message part.




Archive powered by MHonArc 2.6.24.

Top of Page