From: Darren Tucker Date: Tue, 2 Aug 2016 05:22:40 +0000 (+1000) Subject: Use tabs consistently inside "case $host". X-Git-Tag: V_7_4_P1~166 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5faa52d295f764562ed6dd75c4a4ce9134ae71e3;p=thirdparty%2Fopenssh-portable.git Use tabs consistently inside "case $host". --- 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)) TEST_MALLOC_OPTIONS="AFGJPRX" ;; *-*-haiku*) - LIBS="$LIBS -lbsd " - AC_CHECK_LIB([network], [socket]) - AC_DEFINE([HAVE_U_INT64_T]) - MANTYPE=man - ;; + LIBS="$LIBS -lbsd " + AC_CHECK_LIB([network], [socket]) + AC_DEFINE([HAVE_U_INT64_T]) + MANTYPE=man + ;; *-*-hpux*) # first we define all of the options common to all HP-UX releases CPPFLAGS="$CPPFLAGS -D_HPUX_SOURCE -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1" @@ -1162,9 +1162,10 @@ mips-sony-bsd|mips-sony-newsos4) ;; *-*-lynxos) - CFLAGS="$CFLAGS -D__NO_INCLUDE_WARN__" - AC_DEFINE([BROKEN_SETVBUF], [1], [LynxOS has broken setvbuf() implementation]) - ;; + CFLAGS="$CFLAGS -D__NO_INCLUDE_WARN__" + AC_DEFINE([BROKEN_SETVBUF], [1], + [LynxOS has broken setvbuf() implementation]) + ;; esac AC_MSG_CHECKING([compiler and flags for sanity])