summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2013-02-06 23:26:42 -0500
committerBehdad Esfahbod <behdad@behdad.org>2013-02-06 23:26:42 -0500
commit39a63ad373c84d6182fa858af5eaf9d2df164116 (patch)
tree0dab005a0489abfc3d552e21a9f83f6da7035c0e
parent8bdf69afcd07fe0085bd2131d23a3fe6741291a3 (diff)
Invoke pkg-config macros properly
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 6e9e8e8..eec5236 100644
--- a/configure.ac
+++ b/configure.ac
@@ -85,6 +85,7 @@ dnl ==========================================================================
# Checks for programs.
AC_PROG_CC
AC_PROG_INSTALL
+PKG_PROG_PKG_CONFIG
AC_MSG_CHECKING([for native Win32])
case $build_os in
mingw*) os_win32=yes ;;