diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2006-09-21 15:01:08 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2006-09-21 15:01:08 +0000 |
commit | 2127ad76fc45c2d2f575791842450bfcf3c5aa68 (patch) | |
tree | f04f639d9e0084c3ff68288cdc54c8522080a71f /configure.ac | |
parent | 765e613246a2f8367f30bbafaacf2aeebc7a5723 (diff) | |
download | xine-lib-2127ad76fc45c2d2f575791842450bfcf3c5aa68.tar.gz xine-lib-2127ad76fc45c2d2f575791842450bfcf3c5aa68.tar.bz2 |
Build fixes (other version of external libcdio workaround, typo in DX aout).
CVS patchset: 8273
CVS date: 2006/09/21 15:01:08
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b17515b03..22f30c88e 100644 --- a/configure.ac +++ b/configure.ac @@ -1824,7 +1824,8 @@ int has_timeout=sizeof(test.timeout);], fi fi -AC_DEFINE([LIBCDIO_CONFIG_H], 1, [This defined to get of rid system libcdio build configuration]) +AC_DEFINE([LIBCDIO_CONFIG_H], 1, [Get of rid system libcdio build configuration]) +AC_DEFINE([EXTERNAL_LIBCDIO_CONFIG_H], 1, [Get of rid system libcdio build configuration]) AC_SUBST(LIBCDIO_CFLAGS) AC_SUBST(LIBCDIO_LIBS) AC_SUBST(LIBISO9660_LIBS) |