|
|
@@ -389,6 +389,14 @@ fi
|
|
|
# we do not configure the full gettext, as we consume it dynamically from C#
|
|
|
AM_PO_SUBDIRS
|
|
|
|
|
|
+po_dirs=po/mcs
|
|
|
+if grep -q '@GETTEXT_MACRO''_VERSION@' $0; then
|
|
|
+ po_dirs=
|
|
|
+else
|
|
|
+ AC_CONFIG_SUBDIRS(po/mcs)
|
|
|
+fi
|
|
|
+AC_SUBST(po_dirs)
|
|
|
+
|
|
|
AC_ARG_WITH([libgdiplus],
|
|
|
[ --with-libgdiplus=installed|sibling|<path> Override the libgdiplus used for System.Drawing tests (defaults to NO)],
|
|
|
[], [with_libgdiplus=installed])
|