Mercurial > audlegacy
changeset 4589:714bc6fa7c40
Quote variable assignment.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Sun, 25 May 2008 18:09:59 +0300 |
parents | d9b2fe7a2d04 |
children | df2b2c6810e1 |
files | configure.ac |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Thu May 22 20:25:21 2008 +0300 +++ b/configure.ac Sun May 25 18:09:59 2008 +0300 @@ -244,7 +244,7 @@ AC_DEFINE([HAVE_ALTIVEC], 1, [Define to 1 if your system has AltiVec.]) AC_DEFINE([HAVE_ALTIVEC_H], 1, [Define to 1 if your system has an altivec.h file.]) AC_DEFINE([ARCH_POWERPC], 1, [Define to 1 if your system is a PowerPC.]) - SIMD_CFLAGS=-maltivec + SIMD_CFLAGS="-maltivec" AC_SUBST([SIMD_CFLAGS]) ],[ enable_altivec="no"