diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2006-07-11 00:31:43 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2006-07-11 00:31:43 +0000 |
commit | 701b7d8dd523f77ae633ba46a9797ba491b9267d (patch) | |
tree | f73f55c6e914fe28af520895f579f7e0d513078a | |
parent | b8cbf188854ad3209645e9c4434a65d2782f67f3 (diff) | |
download | xine-lib-701b7d8dd523f77ae633ba46a9797ba491b9267d.tar.gz xine-lib-701b7d8dd523f77ae633ba46a9797ba491b9267d.tar.bz2 |
Fix an error introduced in the x86 Mac fix.
CVS patchset: 8107
CVS date: 2006/07/11 00:31:43
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index e4a590008..98423a5cd 100644 --- a/configure.ac +++ b/configure.ac @@ -2072,6 +2072,7 @@ case $host_os in dnl Do not use AC_SUBST(OBJCDEPMODE): we don't need it as long we use dnl _AM_DEPENDENCIES (below), and doing the AC_SUBST elicits a warning dnl from automake 1.6. + ;; *) ;; esac |