summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2014-10-28 21:43:12 -0400
committerJeff Morriss <jeff.morriss.ws@gmail.com>2014-10-30 13:39:44 +0000
commit79c977cf0a61b5f2ad724323c1676ba7e3abb2cc (patch)
tree19a76184ed6357434391cfe5f0617b9f13e77987 /configure.ac
parentc0a4a91ec20d2a91fe7b1d7ae3476e042ae86ba7 (diff)
downloadwireshark-79c977cf0a61b5f2ad724323c1676ba7e3abb2cc.tar.gz
Remove the optional strncasecmp.{h,c} target (for systems that don't have that API).
strncasecmp() has been prohibited for years (in favor of the g_ascii_ version). Change-Id: I64b7c29099b1c5240757e2026fe3490096a84755 Reviewed-on: https://code.wireshark.org/review/4980 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/configure.ac b/configure.ac
index c40d12b4fc..b63ade608d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2568,19 +2568,6 @@ AC_CHECK_FUNC(getopt,
GETOPT_LO="wsgetopt.lo")
AC_SUBST(GETOPT_LO)
-AC_CHECK_FUNC(strncasecmp,
- [
- STRNCASECMP_INCLUDES=""
- STRNCASECMP_LO=""
- AC_DEFINE(HAVE_STRNCASECMP, 1, [Define to 1 if you have the strncasecmp function.])
- ],
- [
- STRNCASECMP_INCLUDES="strncasecmp.h"
- STRNCASECMP_LO="strncasecmp.lo"
- ])
-AC_SUBST(STRNCASECMP_INCLUDES)
-AC_SUBST(STRNCASECMP_LO)
-
AC_CHECK_FUNCS(mkstemp mkdtemp)
AC_SEARCH_LIBS(inet_aton, [socket nsl],