configure: cleanup diff

This commit is contained in:
Johan Euphrosine 2023-07-12 05:02:35 +09:00
parent eb9dcbcd01
commit e249e7a0e3
3 changed files with 4 additions and 2 deletions

View File

@ -243,7 +243,7 @@ CIFPolyToRects(path, plane, resultTbl, ui, isCalma)
if ((tail->cifp_x != path->cifp_x) || (tail->cifp_y != path->cifp_y))
{
if (isCalma)
CalmaReadError("Boundary is not closed.\n");
CalmaReadError("Boundary is not closed.\n" );
p = (CIFPath *) mallocMagic ((unsigned) sizeof (CIFPath));
p->cifp_x = path->cifp_x;

2
scripts/configure vendored
View File

@ -7773,7 +7773,9 @@ fi
case $target in
*-linux*)
$as_echo "#define linux 1" >>confdefs.h
$as_echo "#define SYSV 1" >>confdefs.h
$as_echo "#define ISC 1" >>confdefs.h
case $target in

View File

@ -1359,7 +1359,7 @@ case $target in
dnl 64-bit support for AMD Opteron
case $target in
*x86_64*)
CFLAGS="${CFLAGS} -fPIC -Werror=implicit-function-declaration"
CFLAGS="${CFLAGS} -m64 -fPIC -Werror=implicit-function-declaration"
;;
esac
if test $usingOGL ; then