]> git.deb.at Git - pkg/abook.git/blobdiff - configure.in
Merge remote-tracking branch 'upstream/master' into upstream
[pkg/abook.git] / configure.in
index a0c7101a1309f12ea9b8c340d1e62e4857dcad58..105cf5542bc33797f834ba5c071606996a134fd1 100644 (file)
@@ -9,7 +9,7 @@ dnl gettext support
 dnl ---------------
 
 AM_GNU_GETTEXT
-AM_GNU_GETTEXT_VERSION([0.18.1])
+AM_GNU_GETTEXT_VERSION(0.14.1)
 
 AC_DEFUN([ABOOK_EXPAND_PREFIX], [
        $1=$2
@@ -135,8 +135,6 @@ 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 ;;
@@ -153,3 +151,4 @@ if test x$GCC = xyes; then
 fi
 
 AC_OUTPUT(Makefile abook.spec intl/Makefile po/Makefile.in)
+