Browse Source

Allow the build to work without gradle (for non-Android builds).

master
Reece H. Dunn 8 years ago
parent
commit
7390b9de0a
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      configure.ac

+ 1
- 2
configure.ac View File

AC_MSG_RESULT([${GRADLE}]) AC_MSG_RESULT([${GRADLE}])
else else
AC_MSG_RESULT([no]) AC_MSG_RESULT([no])
AC_MSG_ERROR([The gradle command '${GRADLE}' is not found.])
fi fi


AC_SUBST(GRADLE) AC_SUBST(GRADLE)
Sonic: ${have_sonic} Sonic: ${have_sonic}
PCAudioLib: ${have_pcaudiolib} PCAudioLib: ${have_pcaudiolib}


gradle: ${GRADLE}
gradle (Android): ${GRADLE}


Klatt: ${have_klatt} Klatt: ${have_klatt}
MBROLA: ${have_mbrola} MBROLA: ${have_mbrola}

Loading…
Cancel
Save