Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2008-02-17 23:47:05 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2008-02-17 23:47:05 (GMT)
commit77740705113746ec97b3dccc5f5bd18563b0a80e (patch)
tree240891881bfa17fa4dd4bcc8b20b3520afa8edf7 /configure.in
parent2368acee3b12fb75e32575967a8ecf2f2c5ab72a (diff)
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
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 1 insertions, 2 deletions
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"