diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2014-03-24 12:19:38 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2014-03-24 12:19:38 -0700 |
commit | 8870c6b1fcc937fab68093e95eebeb3483727e13 (patch) | |
tree | aea8a6fc6b149aed72f877b520eee0e9e2b3a12a /configure.ac | |
parent | e270ccbde76cfb8e4739cd36067db6c181cc3bc9 (diff) | |
download | xrdp-proprietary-8870c6b1fcc937fab68093e95eebeb3483727e13.tar.gz xrdp-proprietary-8870c6b1fcc937fab68093e95eebeb3483727e13.zip |
opps, it's enable_tjpeg, not enable_tpeg
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 e93862ab..e1be95cd 100644 --- a/configure.ac +++ b/configure.ac @@ -128,7 +128,7 @@ then fi # checking for TurboJPEG -if ! test -z "$enable_tpeg" +if ! test -z "$enable_tjpeg" then if test ! -z "$TURBOJPEG_PATH" then |