diff options
author | Littleboy | 2011-04-02 19:09:12 -0400 |
---|---|---|
committer | Julien | 2011-06-16 10:38:43 -0400 |
commit | cd09b7e74fd9552901505082166b679c39f85ccc (patch) | |
tree | c95163ba8f0bfbe499ab5827124062428c9bc2a2 | |
parent | 984e1968bce3b4a23833719653a5d5751e5c8a04 (diff) | |
download | scummvm-rg350-cd09b7e74fd9552901505082166b679c39f85ccc.tar.gz scummvm-rg350-cd09b7e74fd9552901505082166b679c39f85ccc.tar.bz2 scummvm-rg350-cd09b7e74fd9552901505082166b679c39f85ccc.zip |
BACKENDS: Only update unity libs and cflags in auto mode
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> |