X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=configure.ac;h=4d7ccaece38ca902af25d737637652931599779d;hp=521f0acb5440961fd58d7a94b63cf67bf19e89a7;hb=0a3dd5b9b97e25156412a95bcecf25f8d75c72fc;hpb=cc6e4cfecf42d862d76a8b5de8da5e2cd1339b4d diff --git a/configure.ac b/configure.ac index 521f0ac..4d7ccae 100644 --- a/configure.ac +++ b/configure.ac @@ -446,6 +446,9 @@ if test "x$have_struct_ucred" != "xyes"; then AC_MSG_RESULT([$have_struct_ucred]) fi +dnl Only check this after potentially defining _GNU_SOURCE. +AC_FUNC_STRERROR_R + dnl Testing. PKG_CHECK_MODULES([CHECK], [check >= 0.9.4], [unit_tests="yes"], [unit_tests="no"])