diff options
Diffstat (limited to 'Game/Code/configure.ac')
-rw-r--r-- | Game/Code/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/configure.ac b/Game/Code/configure.ac index f0af3447..9ca6e46a 100644 --- a/Game/Code/configure.ac +++ b/Game/Code/configure.ac @@ -296,7 +296,7 @@ if [[ -d "$LCL_WIDGET_DIR" ]]; then AC_MSG_RESULT(yes) else AC_MSG_RESULT(no) - AC_MSG_ERROR(LCL Widget Type not available: directory "$LCL_WIDGET_DIR" not found.) +# AC_MSG_ERROR(LCL Widget Type not available: directory "$LCL_WIDGET_DIR" not found.) fi # find sdl |