projects
/
platform
/
upstream
/
libxkbcommon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56c3e74
)
Fix CC_FOR_BUILD detection
author
Dan Nicholson
<dbn.lists@gmail.com>
Wed, 21 Jan 2009 02:52:04 +0000
(18:52 -0800)
committer
Dan Nicholson
<dbn.lists@gmail.com>
Thu, 19 Mar 2009 18:51:09 +0000
(11:51 -0700)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index c71c5bde778f1bd471539f9b20da8d0d0c7d5e1c..fed23c9b84a30c47f1344164fd320a28502cc7cc 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-39,7
+39,7
@@
PKG_PROG_PKG_CONFIG
dnl Build native compiler needed for makekeys
AC_ARG_VAR([CC_FOR_BUILD], [Build native C compiler program])
-if test "x$CC_FOR_BUILD"
!
= x; then
+if test "x$CC_FOR_BUILD" = x; then
if test "$cross_compiling" != no; then
AC_PATH_PROGS([CC_FOR_BUILD], [gcc cc], [cc])
else