import -ko -b 1.1.3 XEmacs XEmacs-21_2 r21-2-35
[chise/xemacs-chise.git] / aclocal.m4
index 48afe84..1cfb91f 100644 (file)
@@ -101,6 +101,9 @@ if test "$XEGCC" = yes; then
     # like `-m68040'.
     dll_cflags='-m68020 -resident32 -malways-restore-a4'
     ;;
+  *cygwin* | *mingw* )
+    # PIC is the default
+    ;;
   *)
     dll_cflags='-fPIC'
     ;;