Properly initialize pkg-config in autoconf.
authorMilan Broz <gmazyland@gmail.com>
Sat, 5 Jan 2013 11:51:21 +0000 (12:51 +0100)
committerMilan Broz <gmazyland@gmail.com>
Sat, 5 Jan 2013 11:51:21 +0000 (12:51 +0100)
configure.ac

index 004efa5..f2f86e6 100644 (file)
@@ -27,6 +27,7 @@ AC_PROG_INSTALL
 AC_PROG_MAKE_SET
 AC_ENABLE_STATIC(no)
 LT_INIT
+PKG_PROG_PKG_CONFIG
 
 AC_HEADER_DIRENT
 AC_HEADER_STDC