From 77da4cba1befd9ad69be63be8fd82af158a29e14 Mon Sep 17 00:00:00 2001 From: "U-X200\\korpela" Date: Sun, 22 Jun 2014 17:35:46 -0700 Subject: [PATCH] Fixed stupid typo committed by yours truly. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e56c308e4d..06ca123f90 100644 --- a/configure.ac +++ b/configure.ac @@ -123,7 +123,7 @@ AC_ARG_ENABLE(xss, if test $isWIN32 != "yes" ; then enable_xss=yes else - enable_xss=yes + enable_xss=no fi ])