summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGraham.Dumpleton <devnull@localhost>2009-06-21 04:00:30 +0000
committerGraham.Dumpleton <devnull@localhost>2009-06-21 04:00:30 +0000
commit5b1049c2d8b73e9e66880b7d570145e54491af10 (patch)
tree10c852750208ffb81640d87109f2e5cc2b1211d0 /configure.ac
parent042be4a0752953dc18a79853dce626954aea66c2 (diff)
downloadmod_wsgi-5b1049c2d8b73e9e66880b7d570145e54491af10.tar.gz
Change naming scheme file makefiles now that supply windows variants.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 93666de..ebac745 100644
--- a/configure.ac
+++ b/configure.ac
@@ -172,6 +172,6 @@ AC_SUBST(LIBEXECDIR)
HTTPD_MAJOR_VERSION=`echo ${HTTPD_VERSION} | sed -e 's/\..*//'`
rm -f Makefile.in
-ln -s Makefile-${HTTPD_MAJOR_VERSION}.X.in Makefile.in
+ln -s posix-ap${HTTPD_MAJOR_VERSION}X.mk.in Makefile.in
AC_OUTPUT(Makefile)