]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Add libgen.h to configure checks
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 1 Mar 2009 11:12:42 +0000 (00:12 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 1 Mar 2009 11:12:42 +0000 (00:12 +1300)
configure.in
errors/Makefile.am

index d60290a6449961fc8101d3cdfaa6ab3d0ec035ab..8fb385d12a65ecf9b0fd57f34ec0a0154caf3a32 100644 (file)
@@ -2229,6 +2229,7 @@ AC_CHECK_HEADERS( \
        ip_nat.h \
        ipl.h \
        libc.h \
+       libgen.h \
        limits.h \
        malloc.h \
        math.h \
index badede0d7f3e896484428c37568bdd531c62ba3c..5f9104d9c06cfa9761ce93309d273237b28d61d3 100644 (file)
@@ -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; \