Use tabs consistently inside "case $host".
This commit is contained in:
parent
20e5e8ba9c
commit
5faa52d295
|
@ -1163,7 +1163,8 @@ mips-sony-bsd|mips-sony-newsos4)
|
|||
|
||||
*-*-lynxos)
|
||||
CFLAGS="$CFLAGS -D__NO_INCLUDE_WARN__"
|
||||
AC_DEFINE([BROKEN_SETVBUF], [1], [LynxOS has broken setvbuf() implementation])
|
||||
AC_DEFINE([BROKEN_SETVBUF], [1],
|
||||
[LynxOS has broken setvbuf() implementation])
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in New Issue