2005-05-25 Mike Kestner <mkestner@novell.com>

* configure.in.in : remove crosspkgdir arg that causes trouble with
	newer pkgconfigs.

svn path=/trunk/gtk-sharp/; revision=45019
This commit is contained in:
Mike Kestner 2005-05-25 23:16:30 +00:00
parent 40c4db88a4
commit 83c45a60a0
2 changed files with 5 additions and 13 deletions

View File

@ -1,3 +1,8 @@
2005-05-25 Mike Kestner <mkestner@novell.com>
* configure.in.in : remove crosspkgdir arg that causes trouble with
newer pkgconfigs.
2005-05-24 Dan Winship <danw@novell.com>
* parser/gapi2xml.pl: Make the enum value parser do the right

View File

@ -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)