You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
configure.ac defines HAVE_LIBICALVCARD when icalvcard.so/vcardcomponent_new() exists. This switches compile time macros, so either one or other code is compiled. For me it is unclear what advantages has icalvcard over the current code and I would like in the beginning to avoid it. But ./configure --help shows no option to do so.
Add option in configure.ac to disable the icalvcard code, even when icalvcard.so/vcardcomponent_new() exists.
The text was updated successfully, but these errors were encountered:
dilyanpalauzov
changed the title
./configure cannot disablw icalvcard, if it is installed
./configure cannot disable icalvcard, if it is installed
Mar 22, 2024
configure.ac defines HAVE_LIBICALVCARD when icalvcard.so/vcardcomponent_new() exists. This switches compile time macros, so either one or other code is compiled. For me it is unclear what advantages has icalvcard over the current code and I would like in the beginning to avoid it. But
./configure --help
shows no option to do so.The text was updated successfully, but these errors were encountered: