diff options
author | Daniel Stone <daniel@fooishbar.org> | 2008-09-23 19:14:09 +0300 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2008-09-23 19:14:09 +0300 |
commit | f488a6a218da6b543d1495e607ff1b31b0b48900 (patch) | |
tree | 095c56d358473f287105f333323bfd1aeb731c4b /configure.ac | |
parent | 36e9f0d351afbf7fd2595990b2d39e7c551f6420 (diff) |
configure.ac: Minor thinko
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 2 |
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" |