Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 98343
Collapse All | Expand All

(-)pmidi-1.6.0/configure (-1 / +5 lines)
Lines 3239-3245 Link Here
3239
done
3239
done
3240
done
3240
done
3241
3241
3242
  test -z "$ac_cv_path_GLIBCNF" && ac_cv_path_GLIBCNF="true"
3242
  test -z "$ac_cv_path_GLIBCNF" &&
3243
  { { echo "$as_me:$LINENO: error: glib-config not found" >&5
3244
echo "$as_me: error: glib-config not found" >&2;}
3245
   { (exit 1); exit 1; }; }
3246
3243
  ;;
3247
  ;;
3244
esac
3248
esac
3245
fi
3249
fi
(-)pmidi-1.6.0/configure.in (-1 / +1 lines)
Lines 65-71 Link Here
65
	dnl and set the parameters accordingly.
65
	dnl and set the parameters accordingly.
66
	dnl
66
	dnl
67
	if test "$included_glib" = "auto" || test "$included_glib" = "no"; then
67
	if test "$included_glib" = "auto" || test "$included_glib" = "no"; then
68
		AC_PATH_PROG(GLIBCNF, glib-config, true, $PATH)
68
		AC_PATH_PROG(GLIBCNF, glib-config, AC_ERROR[glib-config not found], $PATH)
69
		CFLAGS="$CFLAGS `$GLIBCNF --cflags`"
69
		CFLAGS="$CFLAGS `$GLIBCNF --cflags`"
70
		LIBS="$LIBS `$GLIBCNF --libs`"
70
		LIBS="$LIBS `$GLIBCNF --libs`"
71
		WITH_INCLUDED_GLIB=0
71
		WITH_INCLUDED_GLIB=0

Return to bug 98343