From 021812f6aecb8d8e90e9569be3253d985f886b68 Mon Sep 17 00:00:00 2001 From: Kevin Easton Date: Sat, 16 Nov 2013 00:09:33 +0000 Subject: [PATCH] Respin configure and defs.h.in for configure.in r467. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@468 13b04d17-f746-0410-82c6-800466cd88b0 --- configure | 2 +- include/defs.h.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index d030b6a..8a02b90 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 437 . +# From configure.in Revision: 467 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59. # diff --git a/include/defs.h.in b/include/defs.h.in index fec8afe..1f3d836 100644 --- a/include/defs.h.in +++ b/include/defs.h.in @@ -408,10 +408,10 @@ /* Define this if you are unsure what is 32 bits. */ #undef UNKNOWN_32INT -/* Define this if an unsigned long is 32 bits. */ +/* Define this if an unsigned int is 32 bits. */ #undef UNSIGNED_INT32 -/* Define this if an unsigned int is 32 bits. */ +/* Define this if an unsigned long is 32 bits. */ #undef UNSIGNED_LONG32 /* Define this if you want GNOME support. */