From 96c1e97459dbcd5422dbdf42df9c370c086d6a22 Mon Sep 17 00:00:00 2001 From: Julien Date: Thu, 16 Jun 2011 12:47:31 -0400 Subject: CONFIGURE: Add minimum version of Unity --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 87f4b86ae6..df0c948825 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.2.3