[xplc-cvs] xplc configure.ac,1.39,1.40
Cross-platform lightweight components
Status: Alpha
Brought to you by:
pphaneuf
From: Simon L. <sf...@us...> - 2005-10-26 19:19:35
|
Update of /cvsroot/xplc/xplc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5857 Modified Files: configure.ac Log Message: Get XPLC building on FreeBSD 4.11. Index: configure.ac =================================================================== RCS file: /cvsroot/xplc/xplc/configure.ac,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** configure.ac 21 Oct 2005 13:18:22 -0000 1.39 --- configure.ac 26 Oct 2005 19:19:27 -0000 1.40 *************** *** 97,100 **** --- 97,103 ---- esac + # Make sure we link in libc. + LDFLAGS="$LDFLAGS -lc" + if test "$with_dlopen" != "no"; then AC_CHECK_HEADERS(dlfcn.h) |