diff options
author | Johannes Schickel | 2014-01-21 19:01:28 +0100 |
---|---|---|
committer | Johannes Schickel | 2014-01-21 19:01:28 +0100 |
commit | 4412e12debd77a5cef60054d2ad437a180d00817 (patch) | |
tree | b91ff4e7f2f3a5e15ac07135c22c259ef3975d59 /configure | |
parent | 2e93f5aba21beedfba81f2e41601c2174e36d940 (diff) | |
download | scummvm-rg350-4412e12debd77a5cef60054d2ad437a180d00817.tar.gz scummvm-rg350-4412e12debd77a5cef60054d2ad437a180d00817.tar.bz2 scummvm-rg350-4412e12debd77a5cef60054d2ad437a180d00817.zip |
BUILD: Rename libunity support variable to "USE_UNITY" instead of "USE_TASKBAR_UNITY".
This makes it consistent with other library support variables.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3727,7 +3727,7 @@ if test "$_libunity" = yes ; then LIBS="$LIBS $LIBUNITY_LIBS" INCLUDES="$INCLUDES $LIBUNITY_CFLAGS" fi -define_in_config_h_if_yes "$_libunity" 'USE_TASKBAR_UNITY' +define_in_config_h_if_yes "$_libunity" 'USE_UNITY' fi echo "$_libunity" |