summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-07-22 20:55:22 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-07-22 20:55:22 +0000
commit3e94ee388a7adb311b64db7ddaae7887dcc8b3dd (patch)
treeeeef1d623c30fcf407f584d8af2d4e47c3f505e3 /configure.ac
parent46fc634643cf3f0a1b1e97309c7b4ad63b00aaed (diff)
downloadlasso-3e94ee388a7adb311b64db7ddaae7887dcc8b3dd.tar.gz
lasso-3e94ee388a7adb311b64db7ddaae7887dcc8b3dd.tar.xz
lasso-3e94ee388a7adb311b64db7ddaae7887dcc8b3dd.zip
PKG_CHECK_MODULES detects missing pkg-config
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac15
1 files changed, 0 insertions, 15 deletions
diff --git a/configure.ac b/configure.ac
index ec76ce36..2376ea44 100644
--- a/configure.ac
+++ b/configure.ac
@@ -142,21 +142,6 @@ if test "$ac_cv_sizeof_size_t" -ne "4" ; then
fi
-dnl ==========================================================================
-dnl Check if pkg-config enabled and installed
-dnl ==========================================================================
-AC_ARG_ENABLE(sha1, [ --enable-pkgconfig enable pkgconfig for configuration (yes)])
-if test "z$enable_pkgconfig" = "zno" ; then
- PKG_CONFIG_ENABLED=no
-else
- AC_CHECK_PROG(PKG_CONFIG_ENABLED, pkg-config, yes, no)
- if test "z$PKG_CONFIG_ENABLED" = "zyes" ; then
- if ! pkg-config --atleast-pkgconfig-version 0.9 ; then
- PKG_CONFIG_ENABLED=no
- fi
- fi
-fi
-
PKG_CHECK_MODULES(LASSO, glib-2.0 gobject-2.0 libxml-2.0 libxslt xmlsec1 xmlsec1-openssl)
AC_SUBST(LASSO_LIBS)
AC_SUBST(LASSO_CFLAGS)