]> git.deb.at Git - pkg/abook.git/blobdiff - configure.in
Updated to latest autotools: automake-1.11.6, autoconf-2.68 $ autoreconf -f
[pkg/abook.git] / configure.in
index 069fc4bd8ee88573ad620d95c41c0ac6495db146..432e4790226522e0dfb6bc136016bbcdb3c18ffa 100644 (file)
@@ -8,6 +8,7 @@ dnl ---------------
 dnl gettext support
 dnl ---------------
 
+AC_USE_SYSTEM_EXTENSIONS
 AM_GNU_GETTEXT
 AM_GNU_GETTEXT_VERSION([0.18.1])
 
@@ -135,6 +136,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 +154,3 @@ if test x$GCC = xyes; then
 fi
 
 AC_OUTPUT(Makefile abook.spec intl/Makefile po/Makefile.in)
-