Patch from Marcus Huwe for installation on x86_64

SVN revision: 24174
This commit is contained in:
Christopher Michael 2006-07-25 01:42:34 +00:00
parent 6ae4dd6e2e
commit d28999dcb3
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ if test "x${prefix}" = "xNONE"; then
datadir="${HOME}/.e/e/modules/${PACKAGE}"
else
AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, "${prefix}/lib/enlightenment/modules/${PACKAGE}", "Package installed data destination")
datadir="${prefix}/lib/enlightenment/modules/${PACKAGE}"
datadir="${libdir}/enlightenment/modules/${PACKAGE}"
fi
#AC_CHECK_LIB(dl, dlopen, dlopen_libs=-ldl)