Only include the diskPartitionEditor script command if WITH_SLICES is

defined.

Approved by:	re
This commit is contained in:
John Baldwin 2002-11-27 19:41:06 +00:00
parent cab2a4d2b9
commit 404846adf0
2 changed files with 4 additions and 0 deletions

View File

@ -61,7 +61,9 @@ static struct _word {
{ "configUsers", configUsers },
{ "configXSetup", configXSetup },
{ "configXDesktop", configXDesktop },
#ifdef WITH_SLICES
{ "diskPartitionEditor", diskPartitionEditor },
#endif
{ "diskPartitionWrite", diskPartitionWrite },
{ "diskLabelEditor", diskLabelEditor },
{ "diskLabelCommit", diskLabelCommit },

View File

@ -61,7 +61,9 @@ static struct _word {
{ "configUsers", configUsers },
{ "configXSetup", configXSetup },
{ "configXDesktop", configXDesktop },
#ifdef WITH_SLICES
{ "diskPartitionEditor", diskPartitionEditor },
#endif
{ "diskPartitionWrite", diskPartitionWrite },
{ "diskLabelEditor", diskLabelEditor },
{ "diskLabelCommit", diskLabelCommit },