Update of /cvsroot/monetdb/sql
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv10320

Modified Files:
        configure.ag 
Log Message:
prepare for database IDs: check for some uuid implementation (works on Linux, 
Solaris and Darwin, should work on FreeBSD with e2fsprogs-libuuid)

Index: configure.ag
===================================================================
RCS file: /cvsroot/monetdb/sql/configure.ag,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -d -r1.158 -r1.159
--- configure.ag        19 Nov 2009 09:19:24 -0000      1.158
+++ configure.ag        7 Dec 2009 12:38:44 -0000       1.159
@@ -117,6 +117,8 @@
 
 dnl  stuff required for merovingian and monetdb
 AC_CHECK_HEADERS([fcntl.h stropts.h sys/ioctl.h sys/un.h termios.h])
+AC_CHECK_HEADERS([uuid/uuid.h])
+AC_SEARCH_LIBS([uuid_generate], [uuid])
 
 dnl  CFLAGS for our code are stricter than what autoconf can cope with.
 CFLAGS="$CFLAGS \$(X_CFLAGS)"


------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to