Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHib Eris <hib@hiberis.nl>2009-06-14 11:15:50 (GMT)
committer Christian Persch <chpe@gnome.org>2009-06-14 11:17:10 (GMT)
commitd8d96e904debe9cdf00b75bacb1b268118ce21b3 (patch)
treee351cc10ed384d36c0d534cff830a98c614f6e69 /configure.ac
parent369ce2e964c0092b9d6e873f80e2468c4c3d8013 (diff)
Typo fix
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 320612d..4653db9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -107,7 +107,7 @@ if test "$with_platform" = "win32"; then
fi
AM_CONDITIONAL([PLATFORM_HILDON],[test "$with_platform" = "hildon"])
-AM_CONDITIONAL([PLATFORM_WIN32],[test "with_platform" = "win32"])
+AM_CONDITIONAL([PLATFORM_WIN32],[test "$with_platform" = "win32"])
dnl Specify required versions of dependencies
DBUS_GLIB_REQUIRED=0.70