From 8e052aeeb9498bc693306771e0dfbbdfda8d70e7 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 18 Jun 2013 20:59:56 -0500 Subject: remove INDICATORDIR and INDICATORICONSDIR from configure.ac --- configure.ac | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 5e29f36..20462fa 100644 --- a/configure.ac +++ b/configure.ac @@ -89,18 +89,6 @@ AC_ARG_ENABLE([localinstall], [with_localinstall=$enableval], [with_localinstall=no]) -########################### -# Indicator Info -########################### - -AS_IF([test "x$with_localinstall" = "xyes"], - [INDICATORDIR="${libdir}/indicators3/2/" - INDICATORICONSDIR="${datadir}/indicator-applet/icons/"], - [INDICATORDIR=`$PKG_CONFIG --variable=indicatordir indicator3-0.4` - INDICATORICONSDIR=`$PKG_CONFIG --variable=iconsdir indicator3-0.4`]) -AC_SUBST(INDICATORDIR) -AC_SUBST(INDICATORICONSDIR) - ############################## # Custom Junk ############################## -- cgit v1.2.3