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.
1 parent 2fe65a7 commit 043fa02Copy full SHA for 043fa02
configure.in
@@ -156,12 +156,14 @@ if test "x$host_alias" != x; then
156
APR_CROSS_COMPILING=maybe
157
elif test "x$build_alias" != "x$host_alias"; then
158
APR_CROSS_COMPILING=yes
159
+ else
160
+ APR_CROSS_COMPILING=no
161
fi
162
else
163
APR_CROSS_COMPILING=no
164
-
165
AC_SUBST(APR_CROSS_COMPILING)
166
+AC_MSG_NOTICE([cross-compilation detection: $APR_CROSS_COMPILING])
167
168
# Libtool might need this symbol -- it must point to the location of
169
# the generated libtool script (not necessarily the "top" build dir).
0 commit comments