mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-18 07:48:14 +00:00
Merged revisions 48528 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r48528 | kpfleming | 2006-12-16 15:34:41 -0600 (Sat, 16 Dec 2006) | 2 lines use m4 quoting for AC_MSG_NOTICE calls, to keep these calls from thinking they have multiple arguments ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48529 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -50,10 +50,10 @@ AC_DEFUN([AST_CHECK_MANDATORY],
|
||||
if test ${err} = "0" ; then AC_MSG_RESULT(fail) ; fi
|
||||
AC_MSG_RESULT()
|
||||
eval "a=\${${i}_OPTION}"
|
||||
AC_MSG_NOTICE(***)
|
||||
AC_MSG_NOTICE(*** The $i installation appears to be missing or broken.)
|
||||
AC_MSG_NOTICE(*** Either correct the installation, or run configure)
|
||||
AC_MSG_NOTICE(*** including --without-${a}.)
|
||||
AC_MSG_NOTICE([***])
|
||||
AC_MSG_NOTICE([*** The $i installation appears to be missing or broken.])
|
||||
AC_MSG_NOTICE([*** Either correct the installation, or run configure])
|
||||
AC_MSG_NOTICE([*** including --without-${a}.])
|
||||
err=1
|
||||
done
|
||||
if test $err = 1 ; then exit 1; fi
|
||||
|
||||
Reference in New Issue
Block a user