public
Description: A powersetly awesome thrift
Clone URL: git://github.com/mojombo/powerset_thrift.git
 r1719@opsdev009 (orig r85967):  dreiss | 2008-03-04 13:10:29 -0800
 Fix a typo in configure.ac.
 
 Used "==" instead of "=" in a test.
 


git-svn-id: http://svn.facebook.com/svnroot/thrift/trunk@878 
41a61cd8-c433-0410-bb1c-e256eeef9e11
(no author) (author)
Tue Mar 04 13:14:20 -0800 2008
commit  e81620ecfdcbc4f3a3ac3d3e2c3e2035b46e1c0d
tree    b4ecf751acf51a3c5b8b614230869ad6bc349a58
parent  2a933730a2dfaa57e3da75eaca1739831a25b89b
...
10
11
12
13
 
14
15
16
...
10
11
12
 
13
14
15
16
0
@@ -10,7 +10,7 @@ AC_ARG_VAR([PY_PREFIX], [Prefix for installing Python modules.
0
                          (Normal --prefix is ignored for Python because
0
                          Python has different conventions.)
0
                          Default = "/usr"])
0
-AS_IF([test "x$PY_PREFIX" == x], [PY_PREFIX="/usr"])
0
+AS_IF([test "x$PY_PREFIX" = x], [PY_PREFIX="/usr"])
0
 
0
 AM_PATH_PYTHON(2.4,, :)
0
 

Comments

    No one has commented yet.