[configure.ac] s/return/exit/ patch by dtucker@zip.com.au
   From autoconf guidelines:
   "Test programs should exit, not return, from main, because on some
    systems (old Suns, at least) the argument to return in main is ignored."
diff --git a/ChangeLog b/ChangeLog
index e99748e..1f9ef02 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+20020923
+ - (tim) [configure.ac] s/return/exit/ patch by dtucker@zip.com.au
+
 20020922
  - (djm) OpenBSD CVS Sync
    - stevesk@cvs.openbsd.org 2002/09/19 14:53:14
@@ -693,4 +696,4 @@
      save auth method before monitor_reset_key_state(); bugzilla bug #284;
      ok provos@
 
-$Id: ChangeLog,v 1.2475 2002/09/21 15:26:51 djm Exp $
+$Id: ChangeLog,v 1.2476 2002/09/23 23:54:10 tim Exp $