]> www.fi.muni.cz Git - evince.git/commitdiff
Typo fix
authorHib Eris <hib@hiberis.nl>
Sun, 14 Jun 2009 11:15:50 +0000 (13:15 +0200)
committerChristian Persch <chpe@gnome.org>
Sun, 14 Jun 2009 11:17:10 +0000 (13:17 +0200)
configure.ac

index 320612d47f1e11e3feaeecb295243aa8b7920bd5..4653db98c90f8c201e15ce240c2fed30adbb50a0 100644 (file)
@@ -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