summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-08-28 11:56:07 +0200
committerChristian Göttsche <cgzones@googlemail.com>2020-08-28 13:10:16 +0200
commit979d00421454582173aa7caefcb86bd1684fd02b (patch)
treed61afc342d8f3022b58bd8fcae4fa6fc2dc4f5fa /configure.ac
parent5bee9026651e4f2f07e524dce7c9d8da75eafa19 (diff)
Improve indent
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 5 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index e46b6eba..2e73f59a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -112,12 +112,11 @@ AC_SUBST(wextra_flag)
PROCDIR=/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
- AC_DEFINE_UNQUOTED(PROCDIR, "$withval", [Path of proc filesystem])
- PROCDIR="$withval"
-fi,
-AC_DEFINE(PROCDIR, "/proc", [Path of proc filesystem]))
+ if test -n "$withval"; then
+ AC_DEFINE_UNQUOTED(PROCDIR, "$withval", [Path of proc filesystem])
+ PROCDIR="$withval"
+ fi,
+ AC_DEFINE(PROCDIR, "/proc", [Path of proc filesystem]))
if test "x$cross_compiling" = xno; then
if test "x$enable_proc" = xyes; then

© 2014-2024 Faster IT GmbH | imprint | privacy policy