[Scummvm-git-logs] scummvm master -> 1193ca12efc9d2e0b7e2ba2e845641e8ba9642ab
sev-
noreply at scummvm.org
Tue Sep 19 14:32:26 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
1193ca12ef CONFIGURE: Fix output when libmikmod is not present
Commit: 1193ca12efc9d2e0b7e2ba2e845641e8ba9642ab
https://github.com/scummvm/scummvm/commit/1193ca12efc9d2e0b7e2ba2e845641e8ba9642ab
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-09-19T16:32:10+02:00
Commit Message:
CONFIGURE: Fix output when libmikmod is not present
Changed paths:
configure
diff --git a/configure b/configure
index 0b675e95d72..258ffad4ae5 100755
--- a/configure
+++ b/configure
@@ -5807,11 +5807,8 @@ EOF
append_var LIBS "$LIBMIKMOD_LIBS"
append_var INCLUDES "$LIBMIKMOD_CFLAGS"
fi
-
- echo "$_libmikmod"
-
fi
-
+ echo "$_libmikmod"
fi
define_in_config_if_yes "$_libmikmod" "USE_MIKMOD"
More information about the Scummvm-git-logs
mailing list