Code

setlocale(LC_ALL, "") should be setlocale(LC_NUMERIC, "C") to properly parse the...
[nagiosplug.git] / m4 / error.m4
1 #serial 9
3 AC_DEFUN([gl_ERROR],
4 [
5   AC_FUNC_ERROR_AT_LINE
6   dnl Note: AC_FUNC_ERROR_AT_LINE does AC_LIBSOURCES([error.h, error.c]).
7   jm_PREREQ_ERROR
8 ])
10 # Prerequisites of lib/error.c.
11 AC_DEFUN([jm_PREREQ_ERROR],
12 [
13   AC_REQUIRE([AC_FUNC_STRERROR_R])
14   :
15 ])