aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-02-19 17:15:05 +0200
committerSergey Poznyakoff <gray@gnu.org>2019-02-19 17:15:05 +0200
commitc8a6eb71afdf2c9572fcdc7b617b1356b2f75daa (patch)
tree8ff9ea0a0cbba5a2ddf40e6f37aec03b4aa9c763
parent2159866d24900f486a5be7f6e838d8f7bcf24976 (diff)
downloaddico-c8a6eb71afdf2c9572fcdc7b617b1356b2f75daa.tar.gz
dico-c8a6eb71afdf2c9572fcdc7b617b1356b2f75daa.tar.bz2
Fix the definition of GRECS_HOST_PROJECT_LDADD
-rw-r--r--configure.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.boot b/configure.boot
index 808e2db..57a1ffa 100644
--- a/configure.boot
+++ b/configure.boot
@@ -154,7 +154,7 @@ fi
# Grecs configuration system
GRECS_SETUP(grecs, [shared tests getopt git2chg sockaddr-list])
GRECS_HOST_PROJECT_INCLUDES='-I$(top_srcdir)/gnu -I$(top_builddir)/gnu'
-GRECS_HOST_PROJECT_LDADD='$(top_srcdir)/gnu/libgnu.la'
+GRECS_HOST_PROJECT_LDADD='$(top_builddir)/gnu/libgnu.la'
# Tcl/tk
AC_ARG_WITH([tk],

Return to:

Send suggestions and report system problems to the System administrator.