]> andersk Git - moira.git/commitdiff
If we're using GDSS, #define DO_GDSS, so that the gen/Imakefile
authortytso <tytso>
Fri, 7 Feb 1997 19:42:27 +0000 (19:42 +0000)
committertytso <tytso>
Fri, 7 Feb 1997 19:42:27 +0000 (19:42 +0000)
can test against DO_GDSS.  (gen/Imakefile was previously testing against
GDSS, which was unfortunately getting #undef'ed in Imake.rules; thus,
the sis.gen program was never getting built.)

util/imake.includes/config.Imakefile

index 78fd7f72450af0dead376fe03edd9579b140bc12..03e3d6730ddeb572074e7cce71011818871ee895 100644 (file)
@@ -111,6 +111,7 @@ LZEPHYR=-lzephyr
  */
 #if !defined(linux) && !defined(__NetBSD__)
 #define GDSS
+#define DO_GDSS
 #ifdef sgi
 LIBGDSS= /mit/gdss/lib/libgdss.a
 #else
This page took 0.041139 seconds and 5 git commands to generate.