diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-05-10 14:41:48 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-05-10 14:41:48 +0200 |
| commit | 4fb18ffbddfb1c6e5b90e42e6bfcd79117597f90 (patch) | |
| tree | 19a4868e1e75ffd77edae78eaeb8ff07e5ca790d /configure.ac | |
| parent | a4c6c18b3dc3ed11b3aca19df37ef094a19fe025 (diff) | |
Fix "Provide --without-fluid configure option" - cont'd (#725)
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ac4ab6cfb..47ed6a495 100644 --- a/configure.ac +++ b/configure.ac @@ -1770,7 +1770,9 @@ AS_CASE([$host_os], [mingw*], [ ]) AS_IF([test x$enable_fluid != xno], [ - echo "Build fluid: Yes" + echo " Build fluid: YES" + ],[ + echo " Build fluid: NO" ]) dnl |
