From 8443bbbf757ab65be172b294ff7c32cf93453de8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Tue, 28 Jun 2011 09:00:11 +0000 Subject: Replace all strerror() with g_strerror(). Remove our local strerror implementation. Mark strerror as locale unsafe API. This fixes bug 5715. svn path=/trunk/; revision=37812 --- configure.in | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index ce8c389a65..44a084415c 100644 --- a/configure.in +++ b/configure.in @@ -1754,16 +1754,6 @@ fi AM_CONDITIONAL(NEED_GETOPT_LO, test "x$ac_cv_func_getopt" = "xno") AC_SUBST(GETOPT_LO) -AC_CHECK_FUNC(strerror, STRERROR_LO="", - [STRERROR_LO="strerror.lo" - AC_DEFINE(NEED_STRERROR_H, 1, [Define if strerror.h needs to be included]) -]) -if test "$ac_cv_func_strerror" = no ; then - STRERROR_LO="strerror.lo" -fi -AM_CONDITIONAL(NEED_STRERROR_LO, test "x$ac_cv_func_strerror" = "xno") -AC_SUBST(STRERROR_LO) - AC_CHECK_FUNC(strncasecmp, STRNCASECMP_LO="", STRNCASECMP_LO="strncasecmp.lo") if test "$ac_cv_func_strncasecmp" = no ; then -- cgit v1.2.3