diff options
author | Bastien Nocera <hadess@users.sourceforge.net> | 2004-05-05 09:11:38 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@users.sourceforge.net> | 2004-05-05 09:11:38 +0000 |
commit | eb5fedbbd6adfbb7a4e91e53bc70b5f48592c10f (patch) | |
tree | 0890cd11d2c14615c9854815b2e4f4b8103010ef /configure.ac | |
parent | a3f734fddfc6c2b277a44cc82452d09aaf5e638d (diff) | |
download | xine-lib-eb5fedbbd6adfbb7a4e91e53bc70b5f48592c10f.tar.gz xine-lib-eb5fedbbd6adfbb7a4e91e53bc70b5f48592c10f.tar.bz2 |
make it possible for the CDDA plugin to give away Musicbrainz CD Index ID
base64.[ch] are now relicensed under the GNU General Public License as per
section 3 of the GNU Less General Public License
sha1.[ch] are still under a public domain license, see headers for details
CVS patchset: 6485
CVS date: 2004/05/05 09:11:38
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 46afc4931..fdd23aa92 100644 --- a/configure.ac +++ b/configure.ac @@ -161,6 +161,7 @@ AC_C_CONST AC_C_ALWAYS_INLINE AC_TYPE_OFF_T AC_TYPE_SIZE_T +AC_CHECK_SIZEOF(long) dnl AC_CHECK_TYPES([ptrdiff_t]) AC_CHECK_GENERATE_INTTYPES([include]) |