We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
configure
1 parent fbea731 commit 102f4bdCopy full SHA for 102f4bd
CHANGES
@@ -1,6 +1,8 @@
1
v3.x.y - YYYY-MMM-DD (to be released)
2
-------------------------------------
3
4
+ - Use explicit path for cross-compile environments.
5
+ [Issue #2485 - @dtoubelis]
6
- Fix: FILES variable does not use multipart part name for key
7
[Issue #2377 - @martinhsv]
8
- Replaces put with setenv in SetEnv action
configure.ac
@@ -55,7 +55,7 @@ AC_PROG_MAKE_SET
55
# AX_CXX_COMPILE_STDCXX_11(,mandatory)
56
57
# Check for libinjection
58
-if ! test -f "others/libinjection/src/libinjection_html5.c"; then
+if ! test -f "${srcdir}/others/libinjection/src/libinjection_html5.c"; then
59
AC_MSG_ERROR([\
60
61
0 commit comments