]> git.deb.at Git - pkg/abook.git/blobdiff - configure.in
Fix the inclusion of strcasestr() used by the vCard parser.
[pkg/abook.git] / configure.in
index 069fc4bd8ee88573ad620d95c41c0ac6495db146..a0c7101a1309f12ea9b8c340d1e62e4857dcad58 100644 (file)
@@ -135,6 +135,8 @@ AC_CHECK_FUNCS(resizeterm)
 
 AC_CHECK_FUNCS(snprintf vsnprintf)
 
+AC_CHECK_FUNCS(strcasestr, AC_DEFINE(HAVE_STRCASESTR))
+
 AC_ARG_ENABLE(debug, [  --enable-debug          Enable debugging support ], [case "${enableval}" in
        yes) debug=true ;;
        no) debug=false ;;
@@ -151,4 +153,3 @@ if test x$GCC = xyes; then
 fi
 
 AC_OUTPUT(Makefile abook.spec intl/Makefile po/Makefile.in)
-