From d8d96e904debe9cdf00b75bacb1b268118ce21b3 Mon Sep 17 00:00:00 2001 From: Hib Eris Date: Sun, 14 Jun 2009 13:15:50 +0200 Subject: [PATCH] Typo fix --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 320612d4..4653db98 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 -- 2.43.0