mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:17:02 +02:00
Print libzip availability at both configure and piler -V output
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
@ -63,6 +63,10 @@ void get_extractor_list(){
|
||||
printf("%s ", HAVE_TNEF);
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_ZIP
|
||||
printf("libzip ");
|
||||
#endif
|
||||
|
||||
printf("\n\n");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user