configure script updated

Sat, 24 Jan 2015 19:16:38 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sat, 24 Jan 2015 19:16:38 +0100
changeset 79
052224670baf
parent 78
135920fe441b
child 80
40be5c189e2e

configure script updated

configure file | annotate | diff | comparison | revisions
make/gcc.mk file | annotate | diff | comparison | revisions
--- a/configure	Sat Jan 24 19:14:29 2015 +0100
+++ b/configure	Sat Jan 24 19:16:38 2015 +0100
@@ -92,10 +92,16 @@
     echo "gcc"
 fi
 
+echo $OS | grep -q "MINGW"
+if [ $? -eq 0 ]; then
+	BUILD_CONFIG=mingw
+	echo "mingw"
+fi
 
-if [ $OS != Darwin ]; then
-    check_pkgconfig_lib "libxml2" "libxml-2.0"
-fi
+
+#if [ $OS != Darwin ]; then
+#    check_pkgconfig_lib "libxml2" "libxml-2.0"
+#fi
 
 if [ -z $TOOLKIT ]; then
     printf "checking for gui library... "
--- a/make/gcc.mk	Sat Jan 24 19:14:29 2015 +0100
+++ b/make/gcc.mk	Sat Jan 24 19:16:38 2015 +0100
@@ -42,4 +42,4 @@
 LIB_EXT = a
 APP_EXT =
 
-PACKAGE_SCRIPT = package_unix.sh
+PACKAGE_SCRIPT = package_windows.sh

mercurial