rhboot / fwupdate

System firmware update support for UEFI machines
99 stars 47 forks source link

No easy way to #ifdef new functionality #44

Closed hughsie closed 8 years ago

hughsie commented 8 years ago

It would be really useful to have something like this in fwup.h: https://github.com/hughsie/fwupd/blob/master/libfwupd/fwupd-version.h.in -- this way I can #ifdef the new things without having to rely on configure.ac checks.

hughsie commented 8 years ago

Great, thanks!