On Thu, Oct 24, 2013 at 08:46:03PM -0400, Mohamad Gebai wrote: > + if $pkg_config liburcu-bp --exists; then > + urcu_bp_libs=`$pkg_config --libs liburcu-bp` > + else
Indentation is off, should be: + if $pkg_config liburcu-bp --exists; then + urcu_bp_libs=`$pkg_config --libs liburcu-bp` + else