[xplc-cvs] xplc configure.ac,1.41,1.42
Cross-platform lightweight components
Status: Alpha
Brought to you by:
pphaneuf
From: Pierre P. <pph...@us...> - 2005-12-20 02:03:13
|
Update of /cvsroot/xplc/xplc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28414 Modified Files: configure.ac Log Message: Check for the function in libuuid that is of most interest to us. Index: configure.ac =================================================================== RCS file: /cvsroot/xplc/xplc/configure.ac,v retrieving revision 1.41 retrieving revision 1.42 diff -C2 -d -r1.41 -r1.42 *** configure.ac 31 Oct 2005 23:19:35 -0000 1.41 --- configure.ac 20 Dec 2005 02:03:04 -0000 1.42 *************** *** 127,131 **** if test "$with_uuid" == "no" && test "$with_libuuid" != "no"; then AC_CHECK_HEADERS(uuid/uuid.h, ! AC_CHECK_LIB(uuid, uuid_unparse, with_uuid=-luuid)) fi --- 127,131 ---- if test "$with_uuid" == "no" && test "$with_libuuid" != "no"; then AC_CHECK_HEADERS(uuid/uuid.h, ! AC_CHECK_LIB(uuid, uuid_generate, with_uuid=-luuid)) fi |