Build Configuration
Certain functionality of Awry can only be modified through preprocessor macros defined at compile time and Makefile variables. The Awry build system makes assumptions on the default C compiler for each system and environment.
AC_PROG_CC([gcc])
By default, the autoconfigure (autoconf) script looks for the gcc compiler. This is often an alias to the system C compiler if GNU gcc is not installed. If you want to use a specific C compiler, update this value.
Defined in: configure.ac line 3.
- Previous
- Next