diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f452e011a..e14118bfb 100644 --- a/configure.ac +++ b/configure.ac @@ -54,7 +54,7 @@ XINE_LT_REVISION=0 XINE_LT_AGE=14 dnl for a release tarball do "rm .cvsversion" before "make dist" -if test -f .cvsversion; then +if test -f "${src_dir}/.cvsversion"; then XINE_PRE="cvs" else XINE_PRE="" |