From 59ff0dbd87a4b12c994786f94f91618796fbf83f Mon Sep 17 00:00:00 2001 From: Terry Wilson Date: Fri, 13 Aug 2010 16:02:20 +0000 Subject: [PATCH] Whitespace fix :-/ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@282201 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 1f048a2ea0..62e7895c31 100644 --- a/configure.ac +++ b/configure.ac @@ -1829,9 +1829,9 @@ then AC_MSG_NOTICE(*** try compiling libsrtp manually and configuring with) AC_MSG_NOTICE(*** ./configure CFLAGS=-fPIC --prefix=/usr) AC_MSG_NOTICE(*** replacing /usr with the prefix of your choice) - AC_MSG_NOTICE(***) - AC_MSG_NOTICE(*** If you do not need SRTP support re-run configure) - AC_MSG_NOTICE(*** with the --without-srtp option.) + AC_MSG_NOTICE(***) + AC_MSG_NOTICE(*** If you do not need SRTP support re-run configure) + AC_MSG_NOTICE(*** with the --without-srtp option.) exit 1 ] )