Committer  : entrope
CVSROOT    : /cvsroot/undernet-ircu
Module     : ircu2.10
Commit time: 2005-04-20 01:24:48 UTC

Modified files:
     ChangeLog configure.in

Log message:

Make --enable-profile work (subject to the compiler's limits).

---------------------- diff included ----------------------
Index: ircu2.10/ChangeLog
diff -u ircu2.10/ChangeLog:1.604 ircu2.10/ChangeLog:1.605
--- ircu2.10/ChangeLog:1.604    Tue Apr 19 17:59:23 2005
+++ ircu2.10/ChangeLog  Tue Apr 19 18:24:36 2005
@@ -1,4 +1,10 @@
-2005-04-18  Michael Poole <[EMAIL PROTECTED]>
+2005-04-19  Michael Poole <[EMAIL PROTECTED]>
+
+       * configure.in: When --enable-profile, add -pg to LDFLAGS.
+
+       * configure: Regenerate.
+
+2005-04-19  Michael Poole <[EMAIL PROTECTED]>
 
        * ircd/match.c (check_if_ipmask): Fix brown-paper-bag typo.
 
Index: ircu2.10/configure.in
diff -u ircu2.10/configure.in:1.31 ircu2.10/configure.in:1.32
--- ircu2.10/configure.in:1.31  Sat Apr  9 12:59:27 2005
+++ ircu2.10/configure.in       Tue Apr 19 18:24:38 2005
@@ -19,7 +19,7 @@
 dnl along with this program; if not, write to the Free Software
 dnl Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 dnl
-dnl $Id: configure.in,v 1.31 2005/04/09 19:59:27 klmitch Exp $
+dnl $Id: configure.in,v 1.32 2005/04/20 01:24:38 entrope Exp $
 
 dnl Make sure we are in the correct directory (someone could have run
 dnl 'configure' with a wrong '--srcdir').
@@ -332,6 +332,7 @@
 
 if test x"$unet_cv_enable_profile" = xyes; then
     CFLAGS="-pg $CFLAGS"
+    LDFLAGS="-pg $LDFLAGS"
 fi
 
 dnl Now check for --enable-pedantic
----------------------- End of diff -----------------------
_______________________________________________
Patches mailing list
[email protected]
http://undernet.sbg.org/mailman/listinfo/patches

Reply via email to