diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-01-04 18:03:14 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-01-04 18:03:14 +0000 |
commit | 283be73779b8113fe5f2f86531a03fd9471c6eef (patch) | |
tree | 4aa7cb42cd55b56e57b4b7c9c2a392c313af8d55 | |
parent | 9276e56845b6c048cdf1e98574fa8fc80ffe8488 (diff) | |
download | xine-lib-283be73779b8113fe5f2f86531a03fd9471c6eef.tar.gz xine-lib-283be73779b8113fe5f2f86531a03fd9471c6eef.tar.bz2 |
Protect against multiple inclusion of include/configure.h.
-rw-r--r-- | configure.ac | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 09130f06b..9bb6eca4f 100644 --- a/configure.ac +++ b/configure.ac @@ -2725,6 +2725,13 @@ win32/include/Makefile]) AC_CONFIG_COMMANDS([default],[[chmod +x ./misc/SlackBuild ./misc/build_rpms.sh ./misc/relchk.sh]],[[]]) AC_OUTPUT +dnl Guard against multiple inclusion +AH_TOP([#ifndef _XINE_CONFIGURE_H_ +#define _XINE_CONFIGURE_H_ +]) +AH_BOTTOM([#endif +]) + dnl --------------------------------------------- dnl Work around a suspected bug in libtool: dnl |