[xplc-cvs] xplc configure.ac,1.42,1.43
Cross-platform lightweight components
Status: Alpha
Brought to you by:
pphaneuf
From: Pierre P. <pph...@us...> - 2005-12-20 02:11:41
|
Update of /cvsroot/xplc/xplc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29547 Modified Files: configure.ac Log Message: Setup the LIBS variable properly for the unit tests. Index: configure.ac =================================================================== RCS file: /cvsroot/xplc/xplc/configure.ac,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -d -r1.42 -r1.43 *** configure.ac 20 Dec 2005 02:03:04 -0000 1.42 --- configure.ac 20 Dec 2005 02:11:31 -0000 1.43 *************** *** 156,159 **** --- 156,160 ---- with_uuid_static=uuid/libuuid.a fi + LIBS="$LIBS $with_uuid $with_uuid_static" if test "$enable_optimization" != "no"; then |