From 52340fa0e132766e9a0d1e5a95d45282725cdf97 Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Sun, 10 Feb 2008 16:29:50 +0000 Subject: memory leak fixed in notify_thread_app() check for limits.h header added asprintf() call replaced in wins_launch_external() as it is not fully portable --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 97f3552..e65edad 100755 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# $calcurse: configure.ac,v 1.14 2008/01/26 10:02:01 culot Exp $ +# $calcurse: configure.ac,v 1.15 2008/02/10 16:29:50 culot Exp $ #------------------------------------------------------------------------------- # Init @@ -23,7 +23,7 @@ AC_PROG_CC AC_HEADER_STDC AC_CHECK_HEADERS([ctype.h getopt.h locale.h math.h signal.h stdbool.h stdio.h \ stdlib.h string.h sys/stat.h sys/types.h sys/wait.h time.h \ - unistd.h errno.h]) + unistd.h errno.h limits.h]) #------------------------------------------------------------------------------- # Checks for system libs #------------------------------------------------------------------------------- -- cgit v1.2.3