blob: 5cb01c22d5b2636a4c2acf72714b0e87edce2db8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
|