Changeset b95c619 for Config.in


Ignore:
Timestamp:
08/11/2006 08:52:56 PM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
31e78bd
Parents:
8ad6e9a
Message:

Config.in: Incorrect definition for GRSECURITY_HOST was y/n (bool) and not 0/1 (int)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Config.in

    r8ad6e9a rb95c619  
    250250
    251251        #--- HLFS specific params
    252         config  GRSECURITY_HOST
     252        config  CONFIG_GRSECURITY_HOST
    253253                bool    "Building on grsecurity enabled host?"
    254254                default n
     
    650650# convert CONFIG_XXXX n/y to XXXX 0/1
    651651
     652        config  GRSECURITY_HOST
     653                int
     654                default 0       if !CONFIG_GRSECURITY_HOST
     655                default 1       if  CONFIG_GRSECURITY_HOST
     656
    652657        config  COMPARE
    653658                int
Note: See TracChangeset for help on using the changeset viewer.