From: Russell Bryant Date: Fri, 25 Aug 2006 19:10:15 +0000 (+0000) Subject: fix redirect typo X-Git-Tag: 1.4.0-beta1~282 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3a6dfec6c333716152fb0934fe93333bf9a1e8f7;p=thirdparty%2Fasterisk.git fix redirect typo git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@41133 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/configure b/configure index d57f100752..727d7f1d13 100755 --- a/configure +++ b/configure @@ -4864,7 +4864,7 @@ echo '01234567890123456789012345678901S.h:' >> testMakefile echo '01234567890123456789012345678901C.h:' >> testMakefile echo '01234567890123456789012345678901SK.cc:' >> testMakefile echo '01234567890123456789012345678901DynSK.cc:' >> testMakefile -$GNU_MAKE -r -f testMakefile 2&>1 > /dev/null +$GNU_MAKE -r -f testMakefile 2>&1 > /dev/null if test "$?" != "0" ; then rm -f testMakefile { echo "$as_me:$LINENO: ********** ERROR **********" >&5 diff --git a/configure.ac b/configure.ac index eaa1e1e551..46e5ad7346 100644 --- a/configure.ac +++ b/configure.ac @@ -118,7 +118,7 @@ echo '01234567890123456789012345678901S.h:' >> testMakefile echo '01234567890123456789012345678901C.h:' >> testMakefile echo '01234567890123456789012345678901SK.cc:' >> testMakefile echo '01234567890123456789012345678901DynSK.cc:' >> testMakefile -$GNU_MAKE -r -f testMakefile 2&>1 > /dev/null +$GNU_MAKE -r -f testMakefile 2>&1 > /dev/null if test "$?" != "0" ; then rm -f testMakefile AC_MSG_NOTICE(********** ERROR **********)