Fix minor oversight with x86_64 libdir. Thanks Sebastian

SVN revision: 24193
master
Christopher Michael 18 years ago
parent 4e8966cea8
commit a90d94f3f2
  1. 2
      configure.ac

@ -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}")

Loading…
Cancel
Save