summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2006-10-04 23:47:20 +0000
committerLuigi Rizzo <rizzo@icir.org>2006-10-04 23:47:20 +0000
commit637c5d7fb241ebfbfb8bd1368663f99a073b786e (patch)
tree7b06d7c61fae1a6ec723db5d7384d31824f09483 /acinclude.m4
parent4b55f8d98f1c68e91cfddceebc61f7fada9bfecc (diff)
small formatting fix
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@44422 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m46
1 files changed, 2 insertions, 4 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index c4c822d70..dd3144041 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -78,8 +78,7 @@ if test "x${PBX_$1}" != "x1" -a "${USE_$1}" != "no"; then
fi
fi
if test "x${$1_HEADER_FOUND}" = "x0" ; then
- if test ! -z "${$1_MANDATORY}" ;
- then
+ if test ! -z "${$1_MANDATORY}" ; then
AC_MSG_NOTICE( ***)
AC_MSG_NOTICE( *** It appears that you do not have the $2 development package installed.)
AC_MSG_NOTICE( *** Please install it to include ${$1_DESCRIP} support, or re-run configure)
@@ -95,8 +94,7 @@ if test "x${PBX_$1}" != "x1" -a "${USE_$1}" != "no"; then
PBX_$1=1
AC_DEFINE_UNQUOTED([HAVE_$1], 1, [Define to indicate the ${$1_DESCRIP} library])
fi
- elif test ! -z "${$1_MANDATORY}";
- then
+ elif test ! -z "${$1_MANDATORY}"; then
AC_MSG_NOTICE(***)
AC_MSG_NOTICE(*** The ${$1_DESCRIP} installation on this system appears to be broken.)
AC_MSG_NOTICE(*** Either correct the installation, or run configure)