mirror of https://github.com/xzeldon/htop.git
Improve indent
This commit is contained in:
parent
5bee902665
commit
979d004214
|
@ -112,7 +112,6 @@ AC_SUBST(wextra_flag)
|
||||||
PROCDIR=/proc
|
PROCDIR=/proc
|
||||||
|
|
||||||
AC_ARG_WITH(proc, [AS_HELP_STRING([--with-proc=DIR], [Location of a Linux-compatible proc filesystem (default=/proc).])],
|
AC_ARG_WITH(proc, [AS_HELP_STRING([--with-proc=DIR], [Location of a Linux-compatible proc filesystem (default=/proc).])],
|
||||||
|
|
||||||
if test -n "$withval"; then
|
if test -n "$withval"; then
|
||||||
AC_DEFINE_UNQUOTED(PROCDIR, "$withval", [Path of proc filesystem])
|
AC_DEFINE_UNQUOTED(PROCDIR, "$withval", [Path of proc filesystem])
|
||||||
PROCDIR="$withval"
|
PROCDIR="$withval"
|
||||||
|
|
Loading…
Reference in New Issue