diff options
author | Chris PeBenito <cpebenito@tresys.com> | 2006-10-31 21:01:48 +0000 |
---|---|---|
committer | Chris PeBenito <cpebenito@tresys.com> | 2006-10-31 21:01:48 +0000 |
commit | d9845ae92aa009dbaa25291d335602c828fdd9f7 (patch) | |
tree | ff2927d87bc806dee90941db7d7204071f29199b /support | |
parent | 582438054db047e1c471dd68e530af0d3f47987c (diff) |
patch from dan Tue, 24 Oct 2006 11:00:28 -0400
Diffstat (limited to 'support')
-rw-r--r-- | support/Makefile.devel | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/support/Makefile.devel b/support/Makefile.devel index e9b039b8..9c109eb6 100644 --- a/support/Makefile.devel +++ b/support/Makefile.devel @@ -67,11 +67,6 @@ ifneq ($(DISTRO),) M4PARAM += -D distro_$(DISTRO) endif -# enable polyinstantiation -ifeq ($(POLY),y) - M4PARAM += -D enable_polyinstantiation -endif - ifeq ($(DIRECT_INITRC),y) M4PARAM += -D direct_sysadm_daemon endif |