diff options
author | Laxmikant Rashinkar <LK.Rashinkar@gmail.com> | 2014-03-24 17:55:04 -0700 |
---|---|---|
committer | Laxmikant Rashinkar <LK.Rashinkar@gmail.com> | 2014-03-24 17:55:04 -0700 |
commit | ede019a5258e85fe07191448259c88e7c687a207 (patch) | |
tree | b399b271247249f3b419f3aedf24f4da9099f7c8 /configure.ac | |
parent | 8870c6b1fcc937fab68093e95eebeb3483727e13 (diff) | |
download | xrdp-proprietary-ede019a5258e85fe07191448259c88e7c687a207.tar.gz xrdp-proprietary-ede019a5258e85fe07191448259c88e7c687a207.zip |
changed turbojpeg help message in configure.ac
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e1be95cd..7f4f5810 100644 --- a/configure.ac +++ b/configure.ac @@ -40,7 +40,7 @@ AC_ARG_ENABLE(jpeg, AS_HELP_STRING([--enable-jpeg], [jpeg=true], [jpeg=false]) AM_CONDITIONAL(XRDP_JPEG, [test x$jpeg = xtrue]) AC_ARG_ENABLE(tjpeg, AS_HELP_STRING([--enable-tjpeg], - [Build turbo jpeg module(assumes /opt/libjpeg-turbo) (default: no)]), + [Build turbo jpeg module (default: no)]), [tjpeg=true], [tjpeg=false]) AM_CONDITIONAL(XRDP_TJPEG, [test x$tjpeg = xtrue]) |