samba3-vscan configure.in,1.2,1.3

Rainer Link <[email protected]> Sat, 23 Jul 2005 15:09:13 +0000
Newsgroups gmane.comp.security.virus.openantivirus.cvs
Message-ID <[email protected]>
Update of /cvsroot/openantivirus/samba3-vscan
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12089

Modified Files:
	configure.in 
Log Message:
atoll may not be available on all systems (e.g. FBSD 4.x)


Index: configure.in
===================================================================
RCS file: /cvsroot/openantivirus/samba3-vscan/configure.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- configure.in	23 Jul 2005 14:47:44 -0000	1.2
+++ configure.in	23 Jul 2005 15:09:11 -0000	1.3
@@ -119,8 +119,9 @@
 		[ GLOBAL_LIBS="-lresolv $GLOBAL_LIBS"
 		  AC_DEFINE(HAVE_INET_ATON, 1, [Define if you have inet_aton])])])
 
-AC_CHECK_FUNCS(atoll)
-
+AC_CHECK_FUNC(atoll, AC_DEFINE(HAVE_ATOLL),)
+AC_CHECK_FUNC(strtoll, AC_DEFINE(HAVE_STRTOLL),)
+AC_CHECK_FUNC(atoq, AC_DEFINE(HAVE_ATOQ),)
 
 AC_ARG_WITH(fhs, 
 [  --with-fhs              Use FHS-compliant paths (default=no)],



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click