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
|