summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2013-03-26 14:59:32 +0100
committerDan Nicholson <dbn.lists@gmail.com>2013-04-09 05:41:38 -0700
commitf6212f6b974cc926ff66fad9eecd1f28d38cd46e (patch)
treef9a1655a7034dc41f8fd610f2823601e3d0ebb47 /configure.ac
parentdf1ac943d468b48782f4ac81a880627dc0aebb2d (diff)
downloadpkg-config-f6212f6b974cc926ff66fad9eecd1f28d38cd46e.tar.gz
Adjust expected path for native Windows test
When check-path is run on native Windows (MINGW), that path reported by `pkg-config --variable=pc_path pkg-config` is adjusted to the directory pkg-config is run from. Adjust the expected result based on getting the current directory from cmd in Windows format.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 4ed7e4d..4de9b16 100644
--- a/configure.ac
+++ b/configure.ac
@@ -147,6 +147,7 @@ case "$host" in
;;
esac
AC_MSG_RESULT([$native_win32])
+AC_SUBST([native_win32])
AM_CONDITIONAL(NATIVE_WIN32, [test "x$native_win32" = xyes])
dnl