mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
Fix a bunch of automagic while here. Bug: https://bugs.gentoo.org/713446 Bug: https://bugs.gentoo.org/925239 Bug: https://bugs.gentoo.org/938202 Closes: https://bugs.gentoo.org/927581 Signed-off-by: Sam James <sam@gentoo.org>
13 lines
430 B
Diff
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
|