X-Git-Url: https://ruderich.org/simon/gitweb/?p=coloredstderr%2Fcoloredstderr.git;a=blobdiff_plain;f=configure.ac;h=e17afdf7dbf41d4265fb4d2b9159c402a037e54a;hp=3b007c5d29b51404c86d151d222ea5136acf31c5;hb=2f1aa1cdd321301db62e25280356bee9a2ac5dfa;hpb=b75b0ec399b1217568e08e567afdefaea0bd32ef diff --git a/configure.ac b/configure.ac index 3b007c5..e17afdf 100644 --- a/configure.ac +++ b/configure.ac @@ -66,6 +66,7 @@ AC_ARG_ENABLE([debug], dnl Used in tests/Makefile.am to build the test only if error() is available. AM_CONDITIONAL([HAVE_ERROR_H],[test "x$ac_cv_header_error_h" = xyes]) +AM_CONDITIONAL([HAVE_VFORK],[test "x$ac_cv_func_vfork_works" = xyes]) AC_CONFIG_FILES([Makefile src/Makefile tests/Makefile]) AC_OUTPUT