From 2d29f3a1c523bb1bc1ba8f7b63ca9b0214b42f9a Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Sun, 27 Jul 2003 23:52:57 +0000 Subject: Fix USE_LDTL configury. From-SVN: r69864 --- libjava/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libjava/configure') diff --git a/libjava/configure b/libjava/configure index 157944e..baa3b26 100755 --- a/libjava/configure +++ b/libjava/configure @@ -1707,7 +1707,7 @@ LIBGCJ_JAVAFLAGS="${libgcj_javaflags}" # Only use libltdl for non-newlib builds. -if test "x${with_newlib}" = "xno"; then +if test "x${with_newlib}" = "x" || test "x${with_newlib}" = "xno"; then case $enable_ltdl_convenience in no) { echo "configure: error: this package needs a convenience libltdl" 1>&2; exit 1; } ;; "") enable_ltdl_convenience=yes -- cgit v1.1