Commit d31feb8f authored by Yang Tse's avatar Yang Tse
Browse files

Autoconf redefines the M4 builtin macro 'm4_undefine' in such a way that

it fails if the macro that is being undefined is not already defined. To
make this work under all cases and be sure that at a certain point some
specific macro isn't defined we must use the following style in configure:

m4_ifdef([macro], [m4_undefine([macro])])
parent 4c3568bf
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment