summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2016-08-11 22:18:26 -0700
committerJay Sorg <jay.sorg@gmail.com>2016-08-11 22:18:26 -0700
commitd35e57b117e1d018130f8945a06954893408ba0c (patch)
treec536561698ceacd40679b1a1a0f68d1fcff66c0e /configure.ac
parentbb7bac2d9bfefc739b68f455e92c869c41685c5d (diff)
downloadxrdp-proprietary-d35e57b117e1d018130f8945a06954893408ba0c.tar.gz
xrdp-proprietary-d35e57b117e1d018130f8945a06954893408ba0c.zip
Pixman fixes
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 39547e5d..d2a7938d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -114,7 +114,7 @@ AC_ARG_ENABLE(mp3lame, AS_HELP_STRING([--enable-mp3lame],
AM_CONDITIONAL(XRDP_MP3LAME, [test x$enable_mp3lame = xyes])
AC_ARG_ENABLE(pixman, AS_HELP_STRING([--enable-pixman],
[Use pixman library (default: no)]),
- [], [enable_pimanno])
+ [], [enable_pixman=no])
AM_CONDITIONAL(XRDP_PIXMAN, [test x$enable_pixman = xyes])
# checking for openssl