[asterisk-commits] rizzo: trunk r44422 - /trunk/acinclude.m4
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Wed Oct 4 16:47:21 MST 2006
Author: rizzo
Date: Wed Oct 4 18:47:20 2006
New Revision: 44422
URL: http://svn.digium.com/view/asterisk?rev=44422&view=rev
Log:
small formatting fix
Modified:
trunk/acinclude.m4
Modified: trunk/acinclude.m4
URL: http://svn.digium.com/view/asterisk/trunk/acinclude.m4?rev=44422&r1=44421&r2=44422&view=diff
==============================================================================
--- trunk/acinclude.m4 (original)
+++ trunk/acinclude.m4 Wed Oct 4 18:47:20 2006
@@ -78,8 +78,7 @@
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 @@
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)
More information about the asterisk-commits
mailing list