diff options
author | Julien | 2011-06-16 12:47:31 -0400 |
---|---|---|
committer | Julien | 2011-06-16 14:27:24 -0400 |
commit | 96c1e97459dbcd5422dbdf42df9c370c086d6a22 (patch) | |
tree | b1a701dccca4b3d485ca0846e550496d2f6eddd8 /configure | |
parent | 149a8f8f11765107cbfe9e3c3b5e8fb27e621470 (diff) | |
download | scummvm-rg350-96c1e97459dbcd5422dbdf42df9c370c086d6a22.tar.gz scummvm-rg350-96c1e97459dbcd5422dbdf42df9c370c086d6a22.tar.bz2 scummvm-rg350-96c1e97459dbcd5422dbdf42df9c370c086d6a22.zip |
CONFIGURE: Add minimum version of Unity
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2950,8 +2950,8 @@ if test "$_libunity" = auto ; then ;; *) # Unity has a lots of dependencies, update the libs and cflags var with them - LIBUNITY_LIBS="$LIBUNITY_LIBS $(pkg-config --libs unity)" - LIBUNITY_CFLAGS="$LIBUNITY_CFLAGS $(pkg-config --cflags unity)" + LIBUNITY_LIBS="$LIBUNITY_LIBS $(pkg-config --libs unity = 3.8.4)" + LIBUNITY_CFLAGS="$LIBUNITY_CFLAGS $(pkg-config --cflags unity = 3.8.4)" _libunity=no cat > $TMPC << EOF #include <unity.h> |