From: Amos Jeffries Date: Sun, 1 Mar 2009 11:12:42 +0000 (+1300) Subject: Add libgen.h to configure checks X-Git-Tag: SQUID_3_2_0_1~1145 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3e006724cae7d540f50b1503709a69ef1574e161;p=thirdparty%2Fsquid.git Add libgen.h to configure checks --- diff --git a/configure.in b/configure.in index d60290a644..8fb385d12a 100644 --- a/configure.in +++ b/configure.in @@ -2229,6 +2229,7 @@ AC_CHECK_HEADERS( \ ip_nat.h \ ipl.h \ libc.h \ + libgen.h \ limits.h \ malloc.h \ math.h \ diff --git a/errors/Makefile.am b/errors/Makefile.am index badede0d7f..5f9104d9c0 100644 --- a/errors/Makefile.am +++ b/errors/Makefile.am @@ -146,7 +146,7 @@ dist-hook: translate cp -p $(srcdir)/errorpage.css $(distdir)/errorpage.css translate: - @if test -f $(top_srcdir)/errors/en.po; then \ + @if ! test -f $(top_srcdir)/errors/en.po; then \ echo "Translation is not currently possible."; \ exit 0; \ fi; \