Files
gentoo/sys-process/procenv/files/procenv-0.60-fix-typo.patch
2026-05-19 03:27:30 +01:00

13 lines
430 B
Diff

814c4ebf400aaa7423f2e908983763d418747912
--- a/configure.ac
+++ b/configure.ac
@@ -95,7 +95,7 @@ AC_ARG_ENABLE([tests],
AM_CONDITIONAL([ENABLE_TESTS], test "$enable_tests" = yes)
AM_CONDITIONAL([HAVE_CHECK], test "$HAVE_CHECK" = yes)
-AM_CONDITIONAL([PACKAGE_URL], "$PACKAGE_URL")
+AM_CONDITIONAL([PACKAGE_URL], test -n "$PACKAGE_URL")
#---------------------------------------------------------------------
# Other checks