From da1c6ca73cc57eb2106c07cd5941abbb4164111c Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Sun, 8 Mar 2015 00:04:44 +0100 Subject: [PATCH] Cleanup indentation a bit --- m4/pdns_with_lua.m4 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/m4/pdns_with_lua.m4 b/m4/pdns_with_lua.m4 index 52e1af0d41..633b945c78 100644 --- a/m4/pdns_with_lua.m4 +++ b/m4/pdns_with_lua.m4 @@ -24,11 +24,12 @@ AC_DEFUN([PDNS_WITH_LUA],[ ]) ]) AC_MSG_CHECKING([for chosen LUA]) - AS_IF([test "x$LUAPC" = "x"], + AS_IF([test "x$LUAPC" = "x"], [ AS_IF([test "x$with_lua" = "xyes"], - AC_MSG_ERROR([cannot find lua]), - AC_MSG_RESULT([not found]) - ), AC_MSG_RESULT([$LUAPC]) + [AC_MSG_ERROR([cannot find lua])], + [AC_MSG_RESULT([not found])] + )], + [AC_MSG_RESULT([$LUAPC])] ) ]) AM_CONDITIONAL([LUA], [test "x$with_lua" = "xyes"]) -- 2.47.3