1 dnl --------------------------------------------------------------------------
2 dnl PA_OPTION_PROFILING(with_profiling, without_profiling)
4 dnl Try to enable profiling if --enable-profiling is set.
5 dnl --------------------------------------------------------------------------
6 AC_DEFUN([PA_OPTION_PROFILING],
7 [PA_ARG_ENABLED([profiling], [compile with profiling (-pg option)],
8 [PA_ADD_LANGFLAGS([-pg])])])