From 83c45a60a0438d6c010cfe559c92f5990598aea3 Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Wed, 25 May 2005 23:16:30 +0000 Subject: [PATCH] 2005-05-25 Mike Kestner * configure.in.in : remove crosspkgdir arg that causes trouble with newer pkgconfigs. svn path=/trunk/gtk-sharp/; revision=45019 --- ChangeLog | 5 +++++ configure.in.in | 13 ------------- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/ChangeLog b/ChangeLog index 588cd7dc5..dc1f99758 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-05-25 Mike Kestner + + * configure.in.in : remove crosspkgdir arg that causes trouble with + newer pkgconfigs. + 2005-05-24 Dan Winship * parser/gapi2xml.pl: Make the enum value parser do the right diff --git a/configure.in.in b/configure.in.in index 3fe07f46f..9f2c6ba11 100644 --- a/configure.in.in +++ b/configure.in.in @@ -66,19 +66,6 @@ BUILD_GTK_LIBS=`$PKG_CONFIG --libs gtk+-2.0` AC_SUBST(BUILD_GTK_CFLAGS) AC_SUBST(BUILD_GTK_LIBS) -PKG_PATH= -AC_ARG_WITH(crosspkgdir, [ --with-crosspkgdir=/path/to/pkg-config/dir], - if test x$with_crosspkgdir = "x"; then - if test -s $PKG_CONFIG_PATH; then - PKG_PATH=$PKG_CONFIG_PATH - fi - else - PKG_PATH=$with_crosspkgdir - PKG_CONFIG_PATH=$PKG_PATH - export PKG_CONFIG_PATH - fi -) - MONO_REQUIRED_VERSION=1.0 PKG_CHECK_MODULES(MONO_DEPENDENCY, mono >= $MONO_REQUIRED_VERSION, has_mono=true, has_mono=false)