Remove unnecessary emul32 stuff, rely on libc

Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
Ikey Doherty
2016-05-27 00:00:00 +01:00
parent 82a623f5b7
commit 0d227d8a07
-13
View File
@@ -10,17 +10,6 @@ AM_SILENT_RULES([yes])
LT_INIT([disable-static])
AC_CONFIG_MACRO_DIR([m4])
# emul32 directory. On Solus this is /usr/lib32. multiarch systems are likely
# using /usr/lib/i386-linux-gnu/
AC_ARG_WITH([emul32-libdir], AS_HELP_STRING([--with-emul32-libdir],
[the path in which 32-bit libraries are stored]), [emul32dir=${withval}],
[emul32dir="/usr/lib32"])
AC_SUBST(emul32dir)
AC_DEFINE_UNQUOTED(EMUL32LIBDIR, "$emul32dir",
[The location of 32-bit libraries in the OS configuration])
AC_CONFIG_FILES([Makefile])
AC_OUTPUT
@@ -36,8 +25,6 @@ AC_MSG_RESULT([
bindir: ${bindir}
datarootdir: ${datarootdir}
emul32-libdir: ${emul32dir}
compiler: ${CC}
cflags: ${CFLAGS}
ldflags: ${LDFLAGS}