diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 52966b9..25719d4 100644 --- a/configure.ac +++ b/configure.ac @@ -651,7 +651,7 @@ AC_ARG_ENABLE([tests], AC_HELP_STRING([--disable-tests], build_tests=$enableval, build_tests=yes) AM_CONDITIONAL([BUILD_TESTS], [test "x$build_tests" != xno]) -if expr $libdir : "/$host\$" >/dev/null; then +if expr $libdir : ".*/$host_alias\$" >/dev/null; then # Looks like it's multiarch, then, # let the script detect host architecture at runtime pkg_config_libdir=auto |