mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-13 04:46:15 +01:00
Drop unused AC_SUBST
DISABLE_MEM_POOLS is only used as define.
This commit is contained in:
parent
bc85e6ed51
commit
7cc9e10cce
@ -243,7 +243,6 @@ if test "x$disable_mem_pools" = "xno"; then
|
|||||||
AC_MSG_RESULT([no])
|
AC_MSG_RESULT([no])
|
||||||
else
|
else
|
||||||
AC_DEFINE(DISABLE_MEM_POOLS, [1], [Whether to disable memory pools])
|
AC_DEFINE(DISABLE_MEM_POOLS, [1], [Whether to disable memory pools])
|
||||||
AC_SUBST(DISABLE_MEM_POOLS)
|
|
||||||
AC_MSG_RESULT([yes])
|
AC_MSG_RESULT([yes])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user