View | Details | Raw Unified | Return to bug 7533
Collapse All | Expand All

(-)gtk-sharp-1.0.8.orig/configure.in (-1 / +1 lines)
Lines 47-53 Link Here
47
AC_SUBST(BUILD_GTK_CFLAGS)
47
AC_SUBST(BUILD_GTK_CFLAGS)
48
AC_SUBST(BUILD_GTK_LIBS)
48
AC_SUBST(BUILD_GTK_LIBS)
49
49
50
PKG_PATH=
50
PKG_PATH=''
51
AC_ARG_WITH(crosspkgdir, [  --with-crosspkgdir=/path/to/pkg-config/dir],
51
AC_ARG_WITH(crosspkgdir, [  --with-crosspkgdir=/path/to/pkg-config/dir],
52
	if test x$with_crosspkgdir = "x"; then
52
	if test x$with_crosspkgdir = "x"; then
53
		if test -s $PKG_CONFIG_PATH; then
53
		if test -s $PKG_CONFIG_PATH; then

Return to bug 7533