mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
app-misc/ddcutil: fix command not found error
Fixes: * QA Notice: command not found: * * ./configure: line 2975: 0: command not found Closes: https://bugs.gentoo.org/922205 Package-Manager: portage-3.0.63 Signed-off-by: Matthew White <mehw.is.me@inventati.org> X-cherry-picked: 0eb622b9779318b160ed865c095d3bdd4508d96c) Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/36012
This commit is contained in:
committed by
Robin H. Johnson
parent
3dc50f6541
commit
b7e21df46f
@@ -19,7 +19,7 @@ index c12f15c..27d2124 100644
|
||||
dnl AC_MSG_NOTICE([DBG = |$DBG|])
|
||||
|
||||
-AM_CONDITIONAL(WARNINGS_ARE_ERRORS_COND, [test "x$ddcutil_version_suffix" != "x"] )
|
||||
+AM_CONDITIONAL(WARNINGS_ARE_ERRORS_COND, 0)
|
||||
+AM_CONDITIONAL(WARNINGS_ARE_ERRORS_COND, [test 0])
|
||||
|
||||
AS_IF( [test 0$DBG -ne 0],
|
||||
AC_MSG_NOTICE([debug messages enabled]),
|
||||
|
||||
Reference in New Issue
Block a user