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()
 


Reply via email to