Changeset View
Changeset View
Standalone View
Standalone View
b/configure.ac
| Context not available. | |||||
| have_android_system=no | have_android_system=no | ||||
| have_w32_system=no | have_w32_system=no | ||||
| have_w64_system=no | have_w64_system=no | ||||
| have_macos_system=no | |||||
| build_w32_glib=no | build_w32_glib=no | ||||
| build_w32_qt=no | build_w32_qt=no | ||||
| available_languages="cl cpp python python2 python3 qt" | available_languages="cl cpp python python2 python3 qt" | ||||
| Context not available. | |||||
| *-linux-androideabi) | *-linux-androideabi) | ||||
| have_android_system=yes | have_android_system=yes | ||||
| ;; | ;; | ||||
| *-apple-darwin*) | |||||
| have_macos_system=yes | |||||
| ;; | |||||
| esac | esac | ||||
| case "${host}" in | case "${host}" in | ||||
| *-mingw32ce*|*-mingw32*) | *-mingw32ce*|*-mingw32*) | ||||
| Context not available. | |||||
| fi | fi | ||||
| AM_CONDITIONAL(HAVE_ANDROID_SYSTEM, test "$have_android_system" = yes) | AM_CONDITIONAL(HAVE_ANDROID_SYSTEM, test "$have_android_system" = yes) | ||||
| if test "$have_macos_system" = yes; then | |||||
| AC_DEFINE(HAVE_MACOS_SYSTEM,1, | |||||
| [Defined if we build for an MacOS system]) | |||||
| fi | |||||
| AM_CONDITIONAL(HAVE_MACOS_SYSTEM, test "$have_macos_system" = yes) | |||||
| AM_CONDITIONAL(BUILD_W32_GLIB, test "$build_w32_glib" = yes) | AM_CONDITIONAL(BUILD_W32_GLIB, test "$build_w32_glib" = yes) | ||||
| Context not available. | |||||