diff options
author | Jeff Trawick <trawick@apache.org> | 2011-04-07 21:32:49 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2011-04-07 21:32:49 +0200 |
commit | 68889a9dae0dc0464cb40e420e9dfd680ea79bff (patch) | |
tree | c77bd481ec3ce49261d7bd37dd5a4740c060df6b /support/Makefile.in | |
parent | hide some unused code on Win32 and NetWare (diff) | |
download | apache2-68889a9dae0dc0464cb40e420e9dfd680ea79bff.tar.xz apache2-68889a9dae0dc0464cb40e420e9dfd680ea79bff.zip |
don't build checkgid or fcgistarter on MinGW
PR: 49535 (subset of reported issues, replacement for supplied patch)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1089950 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/Makefile.in')
-rw-r--r-- | support/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/Makefile.in b/support/Makefile.in index 92997b865f..b840118b58 100644 --- a/support/Makefile.in +++ b/support/Makefile.in @@ -3,7 +3,7 @@ DISTCLEAN_TARGETS = apxs apachectl dbmmanage log_server_status \ CLEAN_TARGETS = suexec -PROGRAMS = htpasswd htdigest rotatelogs logresolve ab checkgid htdbm htcacheclean httxt2dbm fcgistarter +PROGRAMS = htpasswd htdigest rotatelogs logresolve ab htdbm htcacheclean httxt2dbm $(NONPORTABLE_SUPPORT) TARGETS = $(PROGRAMS) PROGRAM_LDADD = $(UTIL_LDFLAGS) $(PROGRAM_DEPENDENCIES) $(EXTRA_LIBS) $(AP_LIBS) |