Minor fix: if(CONFIG) breaks the build when that CONFIG is disabled, it has
authorRob Landley <rob@landley.net>
Tue, 13 Dec 2005 04:06:22 +0000 (04:06 -0000)
committerRob Landley <rob@landley.net>
Tue, 13 Dec 2005 04:06:22 +0000 (04:06 -0000)
commit3858bf18d5d3b6a858ca46acb6c8628715520d1c
tree9edf512e145fd7bd46f38e4f7cefb4786dacc2bc
parente9190962719e6a41a1423208125bc2a173dac1ae
Minor fix: if(CONFIG) breaks the build when that CONFIG is disabled, it has
to be if(ENABLE).  (Make allbareconfig is a good testing thing.)
modutils/modprobe.c