Skip to content
Snippets Groups Projects
Commit ba84b9f3 authored by jacob's avatar jacob
Browse files

r=shaver

Fix configure option indenting.
parent 787dc218
No related branches found
No related tags found
No related merge requests found
# -------- in kernel compilation? (2.5 only) -------------
AC_ARG_ENABLE(inkernel, [ --enable-inkernel set up 2.5 kernel makefiles])
AC_ARG_ENABLE(inkernel, [ --enable-inkernel set up 2.5 kernel makefiles])
AM_CONDITIONAL(INKERNEL, test x$enable_inkernel = xyes)
echo "Makefile for in kernel build: $INKERNEL"
......@@ -293,7 +293,7 @@ AC_SUBST(GMNAL)
default_ib_include_dir=/usr/local/ib/include
an_ib_include_file=vapi.h
AC_ARG_WITH(ib, [ --with-ib=[yes/no/path] Path to IB includes], with_ib=$withval, with_ib=$default_ib)
AC_ARG_WITH(ib, [ --with-ib=[yes/no/path] Path to IB includes], with_ib=$withval, with_ib=$default_ib)
AC_MSG_CHECKING(if IB headers are present)
if test "$with_ib" = yes; then
with_ib=$default_ib_include_dir
......
......@@ -46,11 +46,11 @@ fi
AC_SUBST(SYSIO)
# snap compilation
AC_ARG_ENABLE(snapfs, [ --enable-snapfs build snapfs])
AC_ARG_ENABLE(snapfs, [ --enable-snapfs build snapfs])
AM_CONDITIONAL(SNAPFS, test x$enable_snapfs = xyes)
# smfs compilation
AC_ARG_ENABLE(smfs, [ --enable-smfs build smfs])
AC_ARG_ENABLE(smfs, [ --enable-smfs build smfs])
AM_CONDITIONAL(SMFS, test x$enable_smfs = xyes)
......
# -------- in kernel compilation? (2.5 only) -------------
AC_ARG_ENABLE(inkernel, [ --enable-inkernel set up 2.5 kernel makefiles])
AC_ARG_ENABLE(inkernel, [ --enable-inkernel set up 2.5 kernel makefiles])
AM_CONDITIONAL(INKERNEL, test x$enable_inkernel = xyes)
echo "Makefile for in kernel build: $INKERNEL"
......@@ -293,7 +293,7 @@ AC_SUBST(GMNAL)
default_ib_include_dir=/usr/local/ib/include
an_ib_include_file=vapi.h
AC_ARG_WITH(ib, [ --with-ib=[yes/no/path] Path to IB includes], with_ib=$withval, with_ib=$default_ib)
AC_ARG_WITH(ib, [ --with-ib=[yes/no/path] Path to IB includes], with_ib=$withval, with_ib=$default_ib)
AC_MSG_CHECKING(if IB headers are present)
if test "$with_ib" = yes; then
with_ib=$default_ib_include_dir
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment