remove double libintl check

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev 2023-01-04 15:50:26 -08:00
parent d6e1b90a23
commit ce8691bba3

View File

@ -316,10 +316,6 @@ void Exiv2::dumpLibraryInfo(std::ostream& os, const std::vector<std::regex>& key
have_inttypes = 1;
#endif
#ifdef EXV_HAVE_LIBINTL_H
have_libintl = 1;
#endif
#ifdef EXV_HAVE_LENSDATA
have_lensdata = 1;
#endif