~mhr3/unity-lens-files/fix-868192

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Neil Jagdish Patel
  • Date: 2011-08-07 09:08:27 UTC
  • Revision ID: neil.patel@canonical.com-20110807090827-fb9tb1rpwe3h0n02
Fix a boo boo

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
# Look for correct Lenses dir
110
110
#####################################################
111
111
if test "x$with_localinstall" = "xyes"; then
112
 
        LENSESDIR="${datadir}/unity/share/lenses"
 
112
        LENSESDIR="${datadir}/unity/lenses"
113
113
else
114
114
        LENSESDIR=`$PKG_CONFIG --variable=lensesdir unity`
115
115
fi