solutions of abs(x)=9



Hello

solveexplicit:false$
solve(abs(x)=9,x);

gives the output: [abs(x) = 9]

solveexplicit:true$
solve(abs(x)=9,x);

gives the output: []

I'd like to have the output in the form

[x = -9,x = 9]

Can I force maxima to do this?

Thanks for your help.