Fix #1061: meson fails to detect strverscmp
[geeqie.git] / meson.build
index 4552e8c..7d7efd8 100644 (file)
@@ -500,11 +500,6 @@ else
     summary({'nl_langinfo' : ['nl_langinfo not found - first weekday depends on locale:', false, 'first weekday defaults to Monday']}, section : 'Documentation', bool_yn : true)
 endif
 
-result = cc.has_function('strverscmp', prefix : '#include <string.h>')
-if result
-    conf_data.set('HAVE_STRVERSCMP', 1)
-endif
-
 conf_data.set_quoted('GETTEXT_PACKAGE', meson.project_name())
 conf_data.set_quoted('GQ_APPDIR', gq_appdir)
 conf_data.set_quoted('GQ_BINDIR', gq_bindir)