# | Line 729 | Line 729 | AC_HELP_STRING([--enable-profile],[Enabl | |
---|---|---|
729 | if test "$profile" = yes; then | |
730 | if test "$ac_cv_c_compiler_gnu" = yes; then | |
731 | IRC_CFLAGS="$IRC_CFLAGS -pg -static" | |
732 | < | AC_MSG_RESULT="yes, adding -pg -static" |
732 | > | AC_MSG_RESULT([yes, adding -pg -static]) |
733 | else | |
734 | AC_MSG_RESULT([no, profile builds only work with gcc]) | |
735 | fi |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |