summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2008-09-23 19:14:09 +0300
committerDaniel Stone <daniel@fooishbar.org>2008-09-23 19:14:09 +0300
commitf488a6a218da6b543d1495e607ff1b31b0b48900 (patch)
tree095c56d358473f287105f333323bfd1aeb731c4b
parent36e9f0d351afbf7fd2595990b2d39e7c551f6420 (diff)
configure.ac: Minor thinko
-rwxr-xr-xconfigure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c576e98..105e5c6 100755
--- a/configure.ac
+++ b/configure.ac
@@ -37,7 +37,7 @@ AC_PROG_LIBTOOL
AM_PROG_CC_C_O
if test x"$CC_FOR_BUILD" = x; then
- test x"$cross_compiling" = xyes; then
+ if test x"$cross_compiling" = xyes; then
AC_CHECK_PROGS(CC_FOR_BUILD, gcc cc)
else
CC_FOR_BUILD="$CC"