Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2009-06-11 22:08:19 (GMT)
committer Christian Persch <chpe@gnome.org>2009-06-11 22:08:19 (GMT)
commit66bfa43ef9b730f8e76d789985bb17001d782d13 (patch)
treeef262e5ba424d8f52ba7a3dbf202077110e8ccde /configure.ac
parent59b1b2c33a2d03ba81282169f01a6c1d0a3226a5 (diff)
Remove unused automake conditional OS_WIN32
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4ffa56a..fda9bac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -108,7 +108,6 @@ fi
AM_CONDITIONAL([PLATFORM_HILDON],[test "$with_platform" = "hildon"])
AM_CONDITIONAL([PLATFORM_WIN32],[test "with_platform" = "win32"])
-AM_CONDITIONAL([OS_WIN32],[test "$os_win32" = "yes"])
dnl Specify required versions of dependencies
DBUS_GLIB_REQUIRED=0.70