[Gnucash-changes] r13632 - gnucash/trunk - Check for gethostid and lnk functions

Christian Stimming cstim at cvs.gnucash.org
Tue Mar 14 10:21:02 EST 2006


Author: cstim
Date: 2006-03-14 10:21:02 -0500 (Tue, 14 Mar 2006)
New Revision: 13632
Trac: http://svn.gnucash.org/trac/changeset/13632

Modified:
   gnucash/trunk/configure.in
Log:
Check for gethostid and lnk functions

Modified: gnucash/trunk/configure.in
===================================================================
--- gnucash/trunk/configure.in	2006-03-14 14:28:43 UTC (rev 13631)
+++ gnucash/trunk/configure.in	2006-03-14 15:21:02 UTC (rev 13632)
@@ -118,6 +118,7 @@
 # These are unavailable on windows/mingw32
 AC_CHECK_HEADERS(X11/Xlib.h glob.h)
 AC_CHECK_FUNCS(chown gethostname getppid getuid gettimeofday gmtime_r)
+AC_CHECK_FUNCS(gethostid link)
 
 ### --------------------------------------------------------------------------
 ### See if we have pkg-config



More information about the gnucash-changes mailing list