Fixed typo

This commit is contained in:
Juan Jose Garcia Ripoll 2010-12-22 11:28:51 +01:00
parent 5454db52f2
commit 47ffa3b00a
2 changed files with 2 additions and 2 deletions

2
src/aclocal.m4 vendored
View file

@ -330,7 +330,7 @@ case "${host_os}" in
clibs='-ldl'
# We should use C99 and _XOPEN_SOURCE=600, but Solaris 10
# ships with GCC 3.4.3 which does not support C99
if test "x$GCC" = "yes"; then
if test "x$GCC" = "xyes"; then
CFLAGS="${CFLAGS} -std=gnu99"
SHARED_LDFLAGS="-shared $SHARED_LDFLAGS"
BUNDLE_LDFLAGS="-shared $BUNDLE_LDFLAGS"

2
src/configure vendored
View file

@ -4837,7 +4837,7 @@ case "${host_os}" in
clibs='-ldl'
# We should use C99 and _XOPEN_SOURCE=600, but Solaris 10
# ships with GCC 3.4.3 which does not support C99
if test "x$GCC" = "yes"; then
if test "x$GCC" = "xyes"; then
CFLAGS="${CFLAGS} -std=gnu99"
SHARED_LDFLAGS="-shared $SHARED_LDFLAGS"
BUNDLE_LDFLAGS="-shared $BUNDLE_LDFLAGS"