diff options
author | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2004-06-06 16:38:45 +0000 |
---|---|---|
committer | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2004-06-06 16:38:45 +0000 |
commit | e81c175589b5f5918f7fcd315c02a0d4802ab0f8 (patch) | |
tree | ab074f55cbde9c14be43cb97504284b70921ad1e /configure.ac | |
parent | 365c2680a12a28a984aef91b75c5cdd42d829ab2 (diff) | |
download | xine-lib-e81c175589b5f5918f7fcd315c02a0d4802ab0f8.tar.gz xine-lib-e81c175589b5f5918f7fcd315c02a0d4802ab0f8.tar.bz2 |
A fix so that non macosx systems build correctly.
CVS patchset: 6650
CVS date: 2004/06/06 16:38:45
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 56c99d920..ca25c673e 100644 --- a/configure.ac +++ b/configure.ac @@ -1977,9 +1977,9 @@ AC_SUBST(MKINSTALLDIRS) dnl Make Objective-C work with automake 1.7.x -if test x"am__api_version" = "x1.7"; then - AM_CONDITIONAL([am__fastdepOBJC], false) -fi +dnl if test x"am__api_version" = "x1.7"; then +dnl AM_CONDITIONAL([am__fastdepOBJC], false) +dnl fi dnl --------------------------------------------- |