Fix minor oversight with x86_64 libdir. Thanks Sebastian

SVN revision: 24193
This commit is contained in:
Christopher Michael 2006-07-25 13:35:21 +00:00
parent 4e8966cea8
commit a90d94f3f2
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ if test "x$prefix" = "xNONE"; then
moduledir=${prefix}/modules
else
datarootdir=${prefix}/share
moduledir=${libdir}/lib/enlightenment/modules
moduledir=${libdir}/enlightenment/modules
fi
AC_SUBST(MODULEDIR, "${moduledir}")