mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 05:43:19 -08:00
Fixed typo
This commit is contained in:
parent
5454db52f2
commit
47ffa3b00a
2 changed files with 2 additions and 2 deletions
2
src/aclocal.m4
vendored
2
src/aclocal.m4
vendored
|
|
@ -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
2
src/configure
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue