From f742706bad48bdf229a968c4d23fdc7133e6e45e Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Wed, 14 Sep 2011 08:53:44 +0000 Subject: something wrong with the win32 stuff in configure.ac/Makefile.am, comment it out until I fix it --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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) -- cgit v1.2.3