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:
H.J. Lu
2015-03-31 11:35:30 -07:00
parent 890ba06fb1
commit f85997a697
2 changed files with 8 additions and 4 deletions

View File

@@ -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