From 5b3762ed2fd12c86d2643b0ac9a4d209609e77f7 Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 10 Oct 2000 11:01:30 +0000 Subject: * configure.in (zlib_basedir): Cope with empty with_target_subdir * configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36823 138bc75d-0d04-0410-961f-82ee72b054a4 --- zlib/configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'zlib/configure.in') diff --git a/zlib/configure.in b/zlib/configure.in index 635f567abb6..7428241afd1 100644 --- a/zlib/configure.in +++ b/zlib/configure.in @@ -27,7 +27,8 @@ AC_ARG_ENABLE(multilib, dnl We may get other options which we dont document: dnl --with-target-subdir, --with-multisrctop, --with-multisubdir -if test "[$]{srcdir}" = "."; then +if test "x[$]{with_target_subdir}" != x && \ + test "[$]{srcdir}" = "."; then if test "[$]{with_target_subdir}" != "."; then zlib_basedir="[$]{srcdir}/[$]{with_multisrctop}../" else -- cgit v1.2.1