From e19de99a18e91387f513c6811e3e6f71272a168f Mon Sep 17 00:00:00 2001 From: Bruno Coudoin Date: Sun, 06 May 2007 16:00:34 +0000 Subject: 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 --- (limited to 'configure.in') 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 -- cgit v0.9.1