summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2009-09-11 13:26:34 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2009-09-11 13:26:34 +0800
commit02c174375d452f6da3ccbe22680de2b184e1680a (patch)
tree0e46a5d56cbfeea192992e2308ba7e9cd10c6853
parent2f447faafd1e241a81c4b9d4709c7601a32464a8 (diff)
build: don't check pkg-config
It's not used any more
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 351d109..d5c8aa6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -63,12 +63,12 @@ if test "x$GST_WALL" = "xyes"; then
fi
dnl Check for pkgconfig first
-AC_CHECK_PROG(HAVE_PKGCONFIG, pkg-config, yes, no)
+dnl AC_CHECK_PROG(HAVE_PKGCONFIG, pkg-config, yes, no)
dnl Give error and exit if we don't have pkgconfig
-if test "x$HAVE_PKGCONFIG" = "xno"; then
- AC_MSG_ERROR(you need to have pkgconfig installed !)
-fi
+dnl if test "x$HAVE_PKGCONFIG" = "xno"; then
+dnl AC_MSG_ERROR(you need to have pkgconfig installed !)
+dnl fi
savedLDFLAGS=$LDFLAGS
savedLIB=$LIBS