ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/configure.ac
(Generate patch)

Comparing ircd-hybrid-7.2/configure.ac (file contents):
Revision 685 by michael, Fri Jun 16 12:22:31 2006 UTC vs.
Revision 715 by michael, Fri Jul 14 21:01:55 2006 UTC

# 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

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)