You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@serf.apache.org by rh...@apache.org on 2017/10/04 14:57:37 UTC

svn commit: r1811084 - /serf/trunk/SConstruct

Author: rhuijben
Date: Wed Oct  4 14:57:36 2017
New Revision: 1811084

URL: http://svn.apache.org/viewvc?rev=1811084&view=rev
Log:
* SConstruct
  Following up on r1811083, apply a similar fix to a trunk specific construct.

Modified:
    serf/trunk/SConstruct

Modified: serf/trunk/SConstruct
URL: http://svn.apache.org/viewvc/serf/trunk/SConstruct?rev=1811084&r1=1811083&r2=1811084&view=diff
==============================================================================
--- serf/trunk/SConstruct (original)
+++ serf/trunk/SConstruct Wed Oct  4 14:57:36 2017
@@ -480,7 +480,7 @@ if brotli and CALLOUT_OKAY:
      conf.CheckFunc('BrotliDecoderTakeOutput'):
     env.Append(CPPDEFINES=['SERF_HAVE_BROTLI'])
   else:
-    print "Cannot find Brotli library >= 1.0.0 in '%s'." % env.get('BROTLI')
+    print("Cannot find Brotli library >= 1.0.0 in '%s'." % env.get('BROTLI'))
     Exit(1)
   env = conf.Finish()