aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index fc0e3c0e3e..37dfc807b7 100755
--- a/configure
+++ b/configure
@@ -2935,10 +2935,10 @@ define_in_config_h_if_yes "$_text_console" 'USE_TEXT_CONSOLE_FOR_DEBUGGER'
# Check for Unity if taskbar integration is enabled
#
echocheck "unity"
-# Unity has a lots of dependency, update the libs and cflags var with them
-UNITY_LIBS="$UNITY_LIBS $(pkg-config --libs unity)"
-UNITY_CFLAGS="$UNITY_CFLAGS $(pkg-config --cflags unity)"
if test "$_unity" = auto ; then
+ # Unity has a lots of dependency, update the libs and cflags var with them
+ UNITY_LIBS="$UNITY_LIBS $(pkg-config --libs unity)"
+ UNITY_CFLAGS="$UNITY_CFLAGS $(pkg-config --cflags unity)"
_unity=no
cat > $TMPC << EOF
#include <unity.h>