From 77740705113746ec97b3dccc5f5bd18563b0a80e Mon Sep 17 00:00:00 2001 From: Bruno Coudoin Date: Sun, 17 Feb 2008 23:47:05 +0000 Subject: now put libxf86vm in a separate variable and no more use it to compile * configure.in: now put libxf86vm in a separate variable and no more use it to compile plugins (only core need it). * src/gcompris/Makefile.am: - * boards/voices/nn: created a link to nb voices until we get a voice set. svn path=/trunk/; revision=3262 --- (limited to 'configure.in') diff --git a/configure.in b/configure.in index 685373a..67a91f8 100644 --- a/configure.in +++ b/configure.in @@ -183,8 +183,7 @@ if test "x$USE_XF86VM" == "xyes" ; then fi fi -#LDFLAGS="-Wl,--as-needed ${LDFLAGS} ${XF86VM_LIBS}" -LDFLAGS="${LDFLAGS} ${XF86VM_LIBS}" +AC_SUBST(XF86VM_LIBS) dnl Add the languages which your application supports here. ALL_LINGUAS="af am ar ar_TN az bg br ca cs da de dz el en_CA en_GB es et eu fi fr ga gl gu he hi hr hu id it ja ka ko lt mk ml mr ms nb ne nl nn oc pa pl pt pt_BR ro ru rw sk sl so sq sr sr@Latn sv ta th tr ur vi wa zh_CN zh_TW" -- cgit v0.9.1