Browse Source

Remove unnecessary curly braces around var name

master
Ryan Schmidt 3 years ago
parent
commit
c8902dff5c
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      configure.ac

+ 1
- 1
configure.ac View File

@@ -82,7 +82,7 @@ dnl ================================================================

AC_MSG_CHECKING([for gradle])
if command -v "$GRADLE" >/dev/null; then
AC_MSG_RESULT([${GRADLE}])
AC_MSG_RESULT([$GRADLE])
AM_CONDITIONAL(HAVE_GRADLE, [test 1 = 1])
else
AC_MSG_RESULT([no])

Loading…
Cancel
Save