[Tleenx-cvs] tleenx2 configure.in,1.8,1.9
Brought to you by:
hsokolow
From: <es...@us...> - 2006-04-09 21:02:02
|
Update of /cvsroot/tleenx/tleenx2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17689 Modified Files: configure.in Log Message: zminy dla wspolpracy z flaga --as-needed Index: configure.in =================================================================== RCS file: /cvsroot/tleenx/tleenx2/configure.in,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- configure.in 21 Mar 2006 00:00:08 -0000 1.8 +++ configure.in 9 Apr 2006 21:01:46 -0000 1.9 @@ -13,6 +13,9 @@ LIBS="$LIBS -L/usr/X11R6/lib/ -lXss -lX11 -lXext", exit -1, -L/usr/X11R6/lib/ -lX11 -lXext -lm) AC_CHECK_LIB(tlen, tlen_login, LIBS="$LIBS -ltlen", exit) +PKG_CHECK_MODULES(DEPS, gmodule-2.0 gthread-2.0,) +AC_SUBST(DEPS_CFLAGS) +AC_SUBST(DEPS_LIBS) AC_ARG_ENABLE(docklet, [ --enable-docklet turn on docking, default=yes], if test x$enableval = xyes; then |