X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fstrerror_r.m4;h=6cf46240a7912f5386a488ed9ec1d0fbda10f770;hb=28cd162544eb2e781597f3e3c59d70b0fb22893b;hp=1e57f27c8a646a95cc88e6dde67604216b5280e0;hpb=a77f28a31f55bc13c92f2485e5fe13f67a967be9;p=gnulib.git diff --git a/m4/strerror_r.m4 b/m4/strerror_r.m4 index 1e57f27c8..6cf46240a 100644 --- a/m4/strerror_r.m4 +++ b/m4/strerror_r.m4 @@ -1,4 +1,4 @@ -#serial 1001 +#serial 1002 # Experimental replacement for the function in the latest CVS autoconf. # If the compile-test says strerror_r doesn't work, then resort to a # `run'-test that works on BeOS and segfaults on DEC Unix. @@ -9,8 +9,7 @@ undefine([AC_FUNC_STRERROR_R]) # AC_FUNC_STRERROR_R # ------------------ AC_DEFUN([AC_FUNC_STRERROR_R], -[# Check strerror_r -AC_CHECK_DECLS([strerror_r]) +[AC_CHECK_DECLS([strerror_r]) AC_CHECK_FUNCS([strerror_r]) if test $ac_cv_func_strerror_r = yes; then AC_CHECK_HEADERS(string.h) @@ -42,6 +41,7 @@ if test $ac_cv_func_strerror_r = yes; then [ # include # include +# include extern char *strerror_r (); @@ -57,11 +57,10 @@ if test $ac_cv_func_strerror_r = yes; then ac_cv_func_strerror_r_works=no, ac_cv_func_strerror_r_works=no) fi - - if test $ac_cv_func_strerror_r_works = yes; then - AC_DEFINE_UNQUOTED(HAVE_WORKING_STRERROR_R, 1, - [Define to 1 if `strerror_r' returns a string.]) - fi ]) + if test $ac_cv_func_strerror_r_works = yes; then + AC_DEFINE_UNQUOTED(HAVE_WORKING_STRERROR_R, 1, + [Define to 1 if `strerror_r' returns a string.]) + fi fi ])# AC_FUNC_STRERROR_R