mirror of https://gitlab.com/cppit/jucipp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
427 B
16 lines
427 B
|
10 years ago
|
--- gtksourceview-3.13.90/configure.ac.orig 2014-08-22 00:42:28.532000000 +0400
|
||
|
|
+++ gtksourceview-3.13.90/configure.ac 2014-08-22 00:43:00.621200000 +0400
|
||
|
|
@@ -133,6 +133,12 @@
|
||
|
|
AC_MSG_RESULT([$GLADE_CATALOG_DIR])
|
||
|
|
AC_SUBST(GLADE_CATALOG_DIR)])
|
||
|
|
|
||
|
|
+case "$host" in
|
||
|
|
+ *-*-mingw*)
|
||
|
|
+ GLADE_CATALOG_DIR=`cygpath -u $GLADE_CATALOG_DIR`
|
||
|
|
+ ;;
|
||
|
|
+esac
|
||
|
|
+
|
||
|
|
# i18N stuff
|
||
|
|
IT_PROG_INTLTOOL([0.40])
|
||
|
|
AS_IF([test "$USE_NLS" = "yes"],
|