diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2005-07-21 21:10:10 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2005-07-21 21:10:10 +0000 |
commit | fac57903f02a2c40653d51611631ef23d49fc12e (patch) | |
tree | adf73fe07184b9aae82a6c5822997cfadd359347 | |
parent | f8e3f90f02567712db05667655a3e2547dfbe5e7 (diff) | |
download | xine-lib-fac57903f02a2c40653d51611631ef23d49fc12e.tar.gz xine-lib-fac57903f02a2c40653d51611631ef23d49fc12e.tar.bz2 |
may we have 1.1.0 (not 1.1)?
CVS patchset: 7674
CVS date: 2005/07/21 21:10:10
-rw-r--r-- | configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index acfefe8b5..3a0ac3163 100644 --- a/configure.ac +++ b/configure.ac @@ -18,11 +18,11 @@ XINE_MAJOR=1 XINE_MINOR=1 XINE_SUB=0 -if test $XINE_SUB -eq 0 ; then - XINE_SUBPART=""; -else +#if test $XINE_SUB -eq 0 ; then +# XINE_SUBPART=""; +#else XINE_SUBPART=".$XINE_SUB" -fi +#fi dnl The libtool version numbers (XINE_LT_*); Don't even think about faking this! dnl |