aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-02-06 17:50:46 +0100
committerChristian Grothoff <christian@grothoff.org>2018-02-06 17:50:46 +0100
commitb90f356c47e467407ae407723ddb02161b849f6a (patch)
treeec3ed05c024f981a62918c95da63102a2d513ab0 /configure.ac
parent21b2dd96aaffa8e2d0937a339bbdace882db0fee (diff)
downloadlibmicrohttpd-b90f356c47e467407ae407723ddb02161b849f6a.tar.gz
libmicrohttpd-b90f356c47e467407ae407723ddb02161b849f6a.zip
starting with mhd2 api implementation
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c3d28268..03aba82b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2003,6 +2003,13 @@ AC_SUBST(LDFLAGS)
2003AC_SUBST([ac_configure_args]) 2003AC_SUBST([ac_configure_args])
2004AC_SUBST([EMPTY_VAR], [[]]) 2004AC_SUBST([EMPTY_VAR], [[]])
2005 2005
2006# We define the paths here, because MinGW/GCC expands paths
2007# passed through the command line ("-DDIR=..."). This would
2008# lead to hard-coded paths ("C:\mingw\mingw\bin...") that do
2009# not contain the actual installation.
2010AC_DEFINE_DIR([MHD_PLUGIN_INSTALL_PREFIX], [libdir/libmicrohttpd], [tls plugins])
2011
2012
2006AC_CONFIG_FILES([libmicrohttpd.pc 2013AC_CONFIG_FILES([libmicrohttpd.pc
2007w32/common/microhttpd_dll_res_vc.rc 2014w32/common/microhttpd_dll_res_vc.rc
2008po/configure.acT:po/configure.ac.in 2015po/configure.acT:po/configure.ac.in