aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-25 19:10:15 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-25 19:10:15 +0000
commit3e4bef9df98ad7835894b25243e062ee042ebc95 (patch)
treedbef3e3cb32b766d111b9b10eecd50e0d0748a56 /configure.ac
parenta9f89f24f58f2d75444f90ef61e00d07251af79f (diff)
fix redirect typo
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@41133 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index eaa1e1e55..46e5ad734 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 **********)