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>2007-05-06 16:00:34 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2007-05-06 16:00:34 (GMT)
commite19de99a18e91387f513c6811e3e6f71272a168f (patch)
tree1ad7ab77547786bac842cf37fe917562a804c623 /configure.in
parent82e9c7a230e9511329c7cf3c74798798c09e0267 (diff)
fixed a bad test around XLIBADD (by Manfred Tremmel) added arabic updated
* configure.in: fixed a bad test around XLIBADD (by Manfred Tremmel) * docs/gcompris2spip.pl: added arabic * docs/website/sommaire.html: updated from the website svn path=/trunk/; revision=2632
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 9f8009a..03599b4 100644
--- a/configure.in
+++ b/configure.in
@@ -189,7 +189,7 @@ dnl XF86VidMode allows us to set the screen resolution dynamically
AC_PATH_X
XLIBADD=
-if "x$x_libraries" != "x"; then
+if test "x$x_libraries" != "x"; then
XLIBADD=" -L$x_libraries "
fi