COMP: Fix compilation of VTK on debian/sparc (sparc is a CPU not an OS)

This commit is contained in:
Mathieu Malaterre 2009-07-24 12:15:41 -04:00
parent e981dc99f5
commit 961f9f583f
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ static const char kwsys_shared_forward_path_slash[2] = {KWSYS_SHARED_FORWARD_PAT
#endif
/* SUN */
#if defined(__sparc)
#if defined(__sparc) && !defined(__linux)
# define KWSYS_SHARED_FORWARD_LDD "ldd"
# define KWSYS_SHARED_FORWARD_LDD_N 1
# include <sys/isa_defs.h>