[devhelp] configure.ac: PLATFORM_{C,LD}FLAGS are unused



commit 742d1bc70a15e2f1274a1c2fe956e05616284655
Author: Saleem Abdulrasool <compnerd compnerd org>
Date:   Wed Jun 8 12:49:35 2011 +0100

    configure.ac: PLATFORM_{C,LD}FLAGS are unused

 configure.ac |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index c4b0253..dcd72eb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,21 +53,15 @@ if test "x$IGE_PLATFORM" = xx11; then
    libwnck_pkgconfig=
    igemacintegration_pkgconfig=
    REQUIRES_LIBWNCK=
-   PLATFORM_CFLAGS=
-   PLATFORM_LDFLAGS=
    HAVE_WNCK=no
 else
    gconf_pkgconfig=
    libwnck_pkgconfig=
    igemacintegration_pkgconfig="ige-mac-integration >= 0.8.2"
    REQUIRES_LIBWNCK=
-   PLATFORM_CFLAGS=
-   PLATFORM_LDFLAGS=
    HAVE_WNCK=no
 fi
 AM_CONDITIONAL(GCONF_SCHEMAS_INSTALL, test "x$IGE_PLATFORM" = xx11)
-AC_SUBST(PLATFORM_CFLAGS)
-AC_SUBST(PLATFORM_LDFLAGS)
 AC_SUBST(REQUIRES_LIBWNCK)
 
 PKG_CHECK_MODULES(DEVHELP, [



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]