Update of /cvsroot/monetdb/MonetDB5
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17974/MonetDB5

Modified Files:
        configure.ag 
Log Message:

if we want to check the value of HAVE_DECL_STRTOLL,
we also need to ensure HAVE_DECL_STRTOLL is set.


Index: configure.ag
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/configure.ag,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- configure.ag        22 Aug 2007 06:21:49 -0000      1.75
+++ configure.ag        23 Aug 2007 12:45:22 -0000      1.76
@@ -101,6 +101,7 @@
 dnl Checks for library functions.
 AC_SEARCH_LIBS(crypt, crypt, AC_DEFINE(HAVE_CRYPT, 1, [crypt]))
 AC_CHECK_FUNCS([asctime_r ctime_r fpclass fpclassify ftime isinf localtime_r 
putenv sbrk setenv setsid sigaction strncasecmp strtoll sysconf times])
+AC_CHECK_DECLS([strtoll])
 
 asctime_r3=yes
 AC_MSG_CHECKING(asctime_r3)


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to