]> cygwin.com Git - cygwin-apps/setup.git/blobdiff - configure.in
2002-05-05 Robert Collins <rbtcollins@hotmail.com>
[cygwin-apps/setup.git] / configure.in
index c937f1ab37c8bd88ec76798fa2feca5fe41707cd..ddea32febe868973b53ea8aa3778074754f5a640 100644 (file)
@@ -74,5 +74,15 @@ AC_CONFIG_SUBDIRS(zlib)
 AC_CONFIG_SUBDIRS(bz2lib)
 AC_CONFIG_SUBDIRS(libgetopt++)
 
+dnl add portability sources to inilint
+case "$host_os" in
+mingw32)
+  AM_CONDITIONAL(MINGWTARGET, true)
+  ;;
+*)
+  AM_CONDITIONAL(MINGWTARGET, false)
+  ;;
+esac
+
 AC_CONFIG_FILES([Makefile])
 AC_OUTPUT
This page took 0.020444 seconds and 5 git commands to generate.