diff options
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 43be541724..e2453def43 100644 --- a/configure.in +++ b/configure.in @@ -893,7 +893,7 @@ fi if ! test -n "$SVN_REV" -a "$SVN_REV" != "" ; then if test "$HAVE_SVNVERSION" = "yes" ; then - SVN_REV=$(echo -n `svnversion -c 2>&1 | grep -iv ^exported | sed -e 's/.*\://'`) + SVN_REV=$(echo -n `svnversion -c 2>/dev/null | grep -iv ^exported | sed -e 's/.*\://'`) fi if test "$SVN_REV" = ""; then if test "$HAVE_GIT" = "yes"; then |