aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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