summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authormalosek <malosek@fastmq.com>2010-02-15 19:42:05 +0100
committermalosek <malosek@fastmq.com>2010-02-15 19:42:05 +0100
commit817c89a78ea7b773046b010ca129fd1206e1c8f0 (patch)
tree1b2afeddb7b09b1e38f69b3bb2db14641d12a17b /configure.in
parent96e0442332fcc680ddafdcaa8fcbdc6acd992c76 (diff)
removed first dummy run of PKG_CHECK_EXISTS
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index 6b788c7..23db758 100644
--- a/configure.in
+++ b/configure.in
@@ -233,11 +233,6 @@ AC_LANG(C++)
# Optional stuff
AC_CHECK_PROG(have_pkg_config, pkg-config, yes, no)
-if test "x$have_pkg_config" != "xno"; then
- # First instance of PKG_CHECK_ has to be executed
- PKG_CHECK_EXISTS([dummy_pkg], [], [])
-fi
-
# Checks for typedefs, structures, and compiler characteristics.
AC_HEADER_STDBOOL
AC_C_CONST