summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--src/Makefile.am8
2 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index f4103a5..e2ce64d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ case "${host}" in
*cygwin*) WIN32="yes" ;;
*) WIN32="no" ;;
esac
-AM_CONDITIONAL([WIN32], test "$WIN32" = "yes")
+dnl AM_CONDITIONAL([WIN32], test "$WIN32" = "yes")
AC_INIT(transmission-remote-gtk, 0.6, alan@eth0.org.uk)
AC_CONFIG_SRCDIR(src)
diff --git a/src/Makefile.am b/src/Makefile.am
index 5e86833..5d18c97 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -13,10 +13,10 @@ public_icons = \
hicolor_apps_32x32_transmission-remote-gtk.png \
$(NULL)
-if WIN32
-AM_CFLAGS = -mms-bitfields
-AM_LDFLAGS = -Wl,-subsystem,windows
-endif
+#if WIN32
+#AM_CFLAGS = -mms-bitfields
+#AM_LDFLAGS = -Wl,-subsystem,windows
+#endif
EXTRA_DIST = transmission-remote-gtk.desktop.in
CLEANFILES = transmission-remote-gtk.desktop