diff options
author | BFG <Tom.Fredrik@blenning.no> | 2013-11-08 00:46:23 +0100 |
---|---|---|
committer | BFG <Tom.Fredrik@blenning.no> | 2013-11-08 00:46:23 +0100 |
commit | 877227786f47055b100f41dfb0f4d4a57bf583d4 (patch) | |
tree | 9aee6fd186243375ec4f2b13b17ddeacafbf4366 /configure.in | |
parent | 8f8ea709581a2f4bc563b90910b6bb95100bbcee (diff) |
Fix typo in test
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 8af09f9f85..3af405d848 100644 --- a/configure.in +++ b/configure.in @@ -2556,7 +2556,7 @@ OUTPUT_FILES="Makefile \ xbmc/main/Makefile \ project/cmake/xbmc-config.cmake" -if $use_wayland = "yes"; then +if test "$use_wayland" = "yes"; then OUTPUT_FILES="$OUTPUT_FILES xbmc/windowing/tests/wayland/Makefile" fi |