summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2016-08-02 15:22:40 +1000
committerDarren Tucker <dtucker@zip.com.au>2016-08-02 15:22:40 +1000
commit5faa52d295f764562ed6dd75c4a4ce9134ae71e3 (patch)
tree47bdcfcb73329cd2e9a9191158cd0f021fc99765 /configure.ac
parent20e5e8ba9c5d868d897896190542213a60fffbd2 (diff)
Use tabs consistently inside "case $host".
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac17
1 files changed, 9 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index 1df3cbfdd..e08374755 100644
--- a/configure.ac
+++ b/configure.ac
@@ -656,11 +656,11 @@ main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16))
656 TEST_MALLOC_OPTIONS="AFGJPRX" 656 TEST_MALLOC_OPTIONS="AFGJPRX"
657 ;; 657 ;;
658*-*-haiku*) 658*-*-haiku*)
659 LIBS="$LIBS -lbsd " 659 LIBS="$LIBS -lbsd "
660 AC_CHECK_LIB([network], [socket]) 660 AC_CHECK_LIB([network], [socket])
661 AC_DEFINE([HAVE_U_INT64_T]) 661 AC_DEFINE([HAVE_U_INT64_T])
662 MANTYPE=man 662 MANTYPE=man
663 ;; 663 ;;
664*-*-hpux*) 664*-*-hpux*)
665 # first we define all of the options common to all HP-UX releases 665 # first we define all of the options common to all HP-UX releases
666 CPPFLAGS="$CPPFLAGS -D_HPUX_SOURCE -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1" 666 CPPFLAGS="$CPPFLAGS -D_HPUX_SOURCE -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1"
@@ -1162,9 +1162,10 @@ mips-sony-bsd|mips-sony-newsos4)
1162 ;; 1162 ;;
1163 1163
1164*-*-lynxos) 1164*-*-lynxos)
1165 CFLAGS="$CFLAGS -D__NO_INCLUDE_WARN__" 1165 CFLAGS="$CFLAGS -D__NO_INCLUDE_WARN__"
1166 AC_DEFINE([BROKEN_SETVBUF], [1], [LynxOS has broken setvbuf() implementation]) 1166 AC_DEFINE([BROKEN_SETVBUF], [1],
1167 ;; 1167 [LynxOS has broken setvbuf() implementation])
1168 ;;
1168esac 1169esac
1169 1170
1170AC_MSG_CHECKING([compiler and flags for sanity]) 1171AC_MSG_CHECKING([compiler and flags for sanity])