From: Christian Persch Date: Thu, 11 Jun 2009 22:08:19 +0000 (+0200) Subject: Remove unused automake conditional OS_WIN32 X-Git-Tag: EVINCE_2_27_3~19 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=66bfa43ef9b730f8e76d789985bb17001d782d13;p=evince.git Remove unused automake conditional OS_WIN32 --- diff --git a/configure.ac b/configure.ac index 4ffa56a7..fda9bac8 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