From: Ruben Kerkhof Date: Sat, 7 Mar 2015 23:04:44 +0000 (+0100) Subject: Cleanup indentation a bit X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~98^2~59^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=da1c6ca73cc57eb2106c07cd5941abbb4164111c;p=thirdparty%2Fpdns.git Cleanup indentation a bit --- 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"])