--- gforth/configure.in 2008/04/20 19:36:16 1.220 +++ gforth/configure.in 2008/04/22 14:50:59 1.221 @@ -53,7 +53,7 @@ fi #how to link with libltdl if test "x$with_included_ltdl" = "xyes"; then #hard-code it (hopefully portable); the official way is to use automake :-( - LTDL_LDLIBS='-L $(top_builddir)/libltdl/.libs -lltdlc' + LTDL_LDLIBS='-L$(top_builddir)/libltdl/.libs -lltdlc' else LTDL_LDLIBS='$(LIBLTDL)' fi