diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-03-10 12:09:57 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-03-10 12:09:57 +0000 |
commit | f29fb7f0c90f5bd49edc591bca993fff2a822229 (patch) | |
tree | 8a5bf65befab636f3362ead9afebac3096411962 /Build/source/texk/kpathsea/configure.ac | |
parent | 970d1dcb0d73b9f189a2819d45e30920b96a21d6 (diff) |
Build system: Drop checks for strcasecmp(), strstr(), and strtol()
git-svn-id: svn://tug.org/texlive/trunk@36474 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/configure.ac')
-rw-r--r-- | Build/source/texk/kpathsea/configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/kpathsea/configure.ac b/Build/source/texk/kpathsea/configure.ac index e20f7a83fe4..d2e08afa404 100644 --- a/Build/source/texk/kpathsea/configure.ac +++ b/Build/source/texk/kpathsea/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. dnl -dnl Copyright (C) 2009-2014 Peter Breitenlohner <tex-live@tug.org> +dnl Copyright (C) 2009-2015 Peter Breitenlohner <tex-live@tug.org> dnl dnl This file is free software; the copyright holder dnl gives unlimited permission to copy and/or distribute it, @@ -36,8 +36,8 @@ AC_PROG_AWK AC_CHECK_SIZEOF([long]) dnl Replacement functions that may be required on ancient broken system. -AC_CHECK_DECLS([putenv, strstr]) -AC_REPLACE_FUNCS([putenv strcasecmp strtol strstr]) +AC_CHECK_DECLS([putenv]) +AC_REPLACE_FUNCS([putenv]) if test "x$ac_cv_func_getcwd" = xyes; then # We only need to run this if we have getcwd. |