projects
/
platform
/
upstream
/
ibus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d791dd
)
Use = in shell test expression
author
Peng Huang
<shawn.p.huang@gmail.com>
Sun, 11 Apr 2010 03:39:48 +0000
(11:39 +0800)
committer
Peng Huang
<shawn.p.huang@gmail.com>
Sun, 11 Apr 2010 03:39:48 +0000
(11:39 +0800)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 3d33c861b0087d3cf4d8e26fbfb3427ef79c8181..35a1cbeb09e63351c2e397abab76573e741f8c12 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-161,7
+161,7
@@
if test x"$enable_python" != x"no"; then
# check python
AM_PATH_PYTHON([2.5])
AC_PATH_PROG(PYTHON_CONFIG, python$PYTHON_VERSION-config)
- if test x"$PYTHON_CONFIG" =
=
x""; then
+ if test x"$PYTHON_CONFIG" = x""; then
AC_PATH_PROG(PYTHON_CONFIG, python-config)
fi
if test x"$PYTHON_CONFIG" != x""; then