forked from Imagelibrary/binutils-gdb
Use AM_ENABLE_MULTILIB only if with_target_subdir isn't empty
* configure.ac (AM_ENABLE_MULTILIB): Use only if
${with_target_subdir} isn't empty.
* configure: Regenerated.
This commit is contained in:
@@ -4,7 +4,9 @@ AC_PREREQ(2.64)
|
||||
AC_INIT
|
||||
AC_CONFIG_SRCDIR([zlib.h])
|
||||
|
||||
AM_ENABLE_MULTILIB(, ..)
|
||||
if test -n "${with_target_subdir}"; then
|
||||
AM_ENABLE_MULTILIB(, ..)
|
||||
fi
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
|
||||
Reference in New Issue
Block a user