FS-287: fix bsd shell incompatibility

This commit is contained in:
Michael Jerris
2010-10-03 05:02:58 -04:00
parent ad0298f7f9
commit e2b85e946a
7 changed files with 12 additions and 12 deletions

View File

@@ -447,7 +447,7 @@ if test "$TARGET_EXEEXT" = ".exe"; then
OS_WIN=0
OS_OS2=1
TARGET_CFLAGS="$TARGET_CFLAGS -DOS_OS2=1"
if test "$ac_compiler_gnu" == "yes" ; then
if test "$ac_compiler_gnu" = "yes" ; then
TARGET_CFLAGS="$TARGET_CFLAGS -Zomf -Zexe -Zmap"
BUILD_CFLAGS="$BUILD_CFLAGS -Zomf -Zexe"
fi