]> saetta.ns0.it Git - libgtkform/commitdiff
Bugfix introduced from msys2.
authorAndrea Zagli <azagli@libero.it>
Sat, 26 Dec 2015 08:45:24 +0000 (09:45 +0100)
committerAndrea Zagli <azagli@libero.it>
Sat, 26 Dec 2015 08:45:24 +0000 (09:45 +0100)
.gitignore
configure.ac

index 2efd53d6a8bb0fac7da5842234c8e6809ece0158..8b891edbbead9d0e825a21c3194efa07eb12d31c 100644 (file)
@@ -46,6 +46,8 @@ stamp-h1
 test/test
 test/from_xml
 test/from_xml_with_db
+test/double
+test/gtkformfielddatetime_get_gdatetime_from_str
 libgtkformui/test/decoder
 libgtkformui/test/query_editor
 POTFILES
index 9d49b1c7018e5b267708531472443c2a8f0ee9e1..ffe3a9798c0158d8843f48b81000c85ce92dfa2d 100644 (file)
@@ -50,9 +50,14 @@ if test "x$GLADEUI_FOUND" = "xyes"; then
        GLADE_CATALOG_DIR=`$PKG_CONFIG --variable=catalogdir gladeui-2.0`
        GLADE_MODULE_DIR=`$PKG_CONFIG --variable=moduledir gladeui-2.0`
        GLADE_ICONS_DIR=`$PKG_CONFIG --variable=pixmapdir gladeui-2.0`
+
+case "$host" in
+*-mingw*)
        GLADE_CATALOG_DIR=`cygpath $GLADE_CATALOG_DIR`
        GLADE_MODULE_DIR=`cygpath $GLADE_MODULE_DIR`
        GLADE_ICONS_DIR=`cygpath $GLADE_ICONS_DIR`
+    ;;
+esac
        AC_SUBST(GLADE_CATALOG_DIR)
        AC_SUBST(GLADE_MODULE_DIR)
        AC_SUBST(GLADE_ICONS_DIR)