commit | 92e94afe4cc52deeef120941e6ac4d8ca4cda55e | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Jun 23 14:10:43 2008 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Jun 23 14:10:43 2008 -0400 |
tree | d461b683dfa34084cf2ce218e1cd85c576a55469 | |
parent | 5882a3cbfa7370f92d4dbf3cd64de78529194252 [diff] |
libext2fs: Don't include ss/ss.h except when debugging extent.c should only try to include ss/ssh.h when it is compiled with -DDEBUG. Otherwise it's not necessary and it breaks the Debian MIPS build (and the Debian MIPS build only) because it tries to build libext2fs without building libss as part of a MIPS-specific build rule. Addresses-Debian-Bug: #487675 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>