tracker r3093 - trunk



Author: mr
Date: Mon Mar 16 17:50:29 2009
New Revision: 3093
URL: http://svn.gnome.org/viewvc/tracker?rev=3093&view=rev

Log:
	* configure.ac: Fix confusion and error with deskbar-applet module
	dir detection. Fixes bug #575271 (Deji Akingunola).


Modified:
   trunk/ChangeLog
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Mon Mar 16 17:50:29 2009
@@ -654,7 +654,7 @@
    fi
 
    if test -z "$deskbar_applet_dir"; then
-      deskbar_applet_dir="\$(exec_prefix)/lib/deskbar-applet/handlers"
+      deskbar_applet_dir="\$(libdir)/deskbar-applet/handlers"
    fi
 fi
 
@@ -665,8 +665,8 @@
        deskbar_applet_dir="$with_deskbar_applet_dir"
    fi
 
-   if test -z "$module_dir"; then
-      deskbar_applet_dir="\$(exec_prefix)/lib/deskbar-applet/modules-2.20-compatible"
+   if test -z "$deskbar_applet_dir"; then
+      deskbar_applet_dir="\$(libdir)/deskbar-applet/modules-2.20-compatible"
    fi
 fi
 



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