configure: cleanup diff
This commit is contained in:
parent
eb9dcbcd01
commit
e249e7a0e3
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue