diff options
author | Egbert Eich <eich@suse.de> | 2004-03-25 20:05:27 +0000 |
---|---|---|
committer | Egbert Eich <eich@suse.de> | 2004-03-25 20:05:27 +0000 |
commit | 83994d42b8a5722e701aab39092bda64b9a79cb8 (patch) | |
tree | de2124269155dbc0184e2c3ed3de75f2b7f0722f | |
parent | a142bf367c08c4261af12e90754265058c9f69f9 (diff) |
63. Propagating fix 19 to FSlibInt.c (Egbert Eich).XORG-RELEASE-1-TM-MERGE
some indentation fix in X11.tmpl
-rw-r--r-- | X11.tmpl | 40 |
1 files changed, 20 insertions, 20 deletions
@@ -2066,27 +2066,27 @@ ProjectUnsharedLibReferences(XTHRSTUB,XThrStub,$(XTHRSTUBSRC),XBuildLibDir) #endif #if BuildRandRLibrary -#ifndef SharedLibXrandr -#define SharedLibXrandr HasSharedLibraries -#endif -#ifndef NormalLibXrandr -#define NormalLibXrandr (!SharedLibXrandr || ForceNormalLib) -#endif -#ifndef DebugLibXrandr -#define DebugLibXrandr NO -#endif -#ifndef ProfileLibXrandr -#define ProfileLibXrandr NO -#endif +# ifndef SharedLibXrandr +# define SharedLibXrandr HasSharedLibraries +# endif +# ifndef NormalLibXrandr +# define NormalLibXrandr (!SharedLibXrandr || ForceNormalLib) +# endif +# ifndef DebugLibXrandr +# define DebugLibXrandr NO +# endif +# ifndef ProfileLibXrandr +# define ProfileLibXrandr NO +# endif #else -#undef SharedLibXrandr -#define SharedLibXrandr NO -#undef NormalLibXrandr -#define NormalLibXrandr NO -#undef DebugLibXrandr -#define DebugLibXrandr NO -#undef ProfileLibXrandr -#define ProfileLibXrandr NO +# undef SharedLibXrandr +# define SharedLibXrandr NO +# undef NormalLibXrandr +# define NormalLibXrandr NO +# undef DebugLibXrandr +# define DebugLibXrandr NO +# undef ProfileLibXrandr +# define ProfileLibXrandr NO #endif #if BuildXcursorLibrary |