Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
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