[IRCServices] ircservices 5.1.x compile error
Andrew Church
achurch at achurch.org
Wed Nov 21 13:36:35 PST 2007
>Here you go.
Thanks; I've found and fixed the problem. I'll include the fix in the
next release of Services, but for the time being, please apply the patch
below.
--Andrew Church
achurch at achurch.org
http://achurch.org/
------------------------------------------------------------------------
Index: configure
===================================================================
RCS file: /var/local/cvsroot/ircservices/configure,v
retrieving revision 2.144
diff -u -r2.144 configure
--- configure 20 Oct 2007 04:00:39 -0000 2.144
+++ configure 21 Nov 2007 04:36:27 -0000
@@ -2627,6 +2627,8 @@
EOT
if [ "$SYMS_NEED_UNDERSCORES" ] ; then cat >>config.h.new <<EOT ; fi
#define SYMS_NEED_UNDERSCORES $SYMS_NEED_UNDERSCORES
+EOT
+cat >>config.h.new <<EOT
#define HAVE_STDINT_H $HAVE_STDINT_H
#define HAVE_STRINGS_H $HAVE_STRINGS_H