Skip to content
Snippets Groups Projects
Commit 7001e8f5 authored by Grégoire Payen de La Garanderie's avatar Grégoire Payen de La Garanderie
Browse files

Merge branch 'command' of ssh://clubs.resel.fr/clubs/em6/paprika into command

parents 9d19934d 2b683a9b
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ AX_BOOST_BASE([1.40], [AC_MSG_RESULT(yes) ] , [AC_MSG_RESULT(no) ] )
CXXFLAGS=
AX_DEP_CHECK(Box2D, [/usr/lib /usr/local/lib], [libbox2d.so libBox2D.so],[/usr/include /usr/local/include /usr/include/Box2D /usr/local/include/Box2D ],Box2D.h)
AX_DEP_CHECK(Box2D, [/usr/local/lib /usr/lib], [libbox2d.so libBox2D.so],[ /usr/local/include/Box2D /usr/include /usr/local/include /usr/include/Box2D ],Box2D.h)
AC_MSG_CHECKING(Box2D version)
if test -z "$(find $(echo $Box2D_CFLAGS | sed -e 's/-I//') -name b2Fixture.h)"; then
Box2D_CFLAGS="$Box2D_CFLAGS -DBOX2D_2_0_1"
......
......@@ -16,6 +16,9 @@ for l in $2; do
break
fi
done
if test -n "${$1_LIBS}"; then
break
fi
done
if test -z "${$1_LIBS}"; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment