From 651b271f6102fc349c679172e069354049a6626b Mon Sep 17 00:00:00 2001 From: Tobia Tesan Date: Sun, 21 Sep 2014 18:54:18 +0200 Subject: CONFIGURE: Ask for unity >= 3.8.1 Previously we asked for unity == 3.8.1, which broke things everywhere else --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 541d1c2198..7166dd7f68 100755 --- a/configure +++ b/configure @@ -3848,8 +3848,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 = 3.8.4 2>> "$TMPLOG"`" - LIBUNITY_CFLAGS="$LIBUNITY_CFLAGS `pkg-config --cflags unity = 3.8.4 2>> "$TMPLOG"`" + LIBUNITY_LIBS="$LIBUNITY_LIBS `pkg-config --libs 'unity > 3.8.1' 2>> "$TMPLOG"`" + LIBUNITY_CFLAGS="$LIBUNITY_CFLAGS `pkg-config --cflags 'unity > 3.8.1' 2>> "$TMPLOG"`" _libunity=no cat > $TMPC << EOF #include -- cgit v1.2.3