mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-18 18:30:59 +00:00
CONFIGURE: Clean up two minor nits in configure.
This commit is contained in:
parent
05a72fbb28
commit
53160df757
4
configure
vendored
4
configure
vendored
@ -1546,7 +1546,7 @@ fi
|
||||
echo "$cxx_version"
|
||||
|
||||
#
|
||||
# Bail out now if now useable compiler was found.
|
||||
# Bail out now if no useable compiler was found.
|
||||
#
|
||||
if test "$cxx_verc_fail" = yes ; then
|
||||
echo
|
||||
@ -2468,7 +2468,7 @@ case $_backend in
|
||||
CXXFLAGS="$CXXFLAGS -Wa,--noexecstack"
|
||||
LDFLAGS="$LDFLAGS -Wl,-z,noexecstack"
|
||||
;;
|
||||
bada)
|
||||
bada)
|
||||
# dirent.h not available. NONSTANDARD_PORT==ensure portdefs.h is included
|
||||
DEFINES="$DEFINES -DBADA -DDISABLE_STDIO_FILESTREAM -DNONSTANDARD_PORT"
|
||||
DEFINES="$DEFINES -DNO_STDERR_STDOUT"
|
||||
|
Loading…
x
Reference in New Issue
Block a user