diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2000-11-26 20:01:01 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2000-11-26 20:01:01 +0000 |
commit | 49a1ad7516f84672dcea24bc6178f87f92789c7c (patch) | |
tree | 95839ab8df06151f9322c89ffe7734b28f36a360 /Config/defs.mk.in | |
parent | ad5f9584c11561eb8d58b155aac018a771548e75 (diff) | |
download | zsh-49a1ad7516f84672dcea24bc6178f87f92789c7c.tar.gz zsh-49a1ad7516f84672dcea24bc6178f87f92789c7c.tar.xz zsh-49a1ad7516f84672dcea24bc6178f87f92789c7c.zip |
13194: change in module configuration system
Diffstat (limited to 'Config/defs.mk.in')
-rw-r--r-- | Config/defs.mk.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Config/defs.mk.in b/Config/defs.mk.in index e586cea18..fbdb7f9f9 100644 --- a/Config/defs.mk.in +++ b/Config/defs.mk.in @@ -63,9 +63,6 @@ DLLD = @DLLD@ EXPOPT = @EXPOPT@ IMPOPT = @IMPOPT@ -# choose modules not to compile and install -OMIT_MODULES = @OMIT_MODULES@ - # utilities AWK = @AWK@ YODL = @YODL@ |